A wrapper type for the attributes of an SNS subscription.
Namespace: Amazon.SimpleNotificationService.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class Subscription
Public Class Subscription
public ref class Subscription
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| Subscription()()()() | Initializes a new instance of the Subscription class | |
| Endpoint |
Gets and sets the Endpoint property.
The subscription's endpoint (format depends on the protocol).
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsSetEndpoint()()()() |
Checks if Endpoint property is set
| |
| IsSetOwner()()()() |
Checks if Owner property is set
| |
| IsSetProtocol()()()() |
Checks if Protocol property is set
| |
| IsSetSubscriptionArn()()()() |
Checks if SubscriptionArn property is set
| |
| IsSetTopicArn()()()() |
Checks if TopicArn property is set
| |
| Owner |
Gets and sets the Owner property.
The subscription's owner.
| |
| Protocol |
Gets and sets the Protocol property.
The subscription's protocol.
| |
| SubscriptionArn |
Gets and sets the SubscriptionArn property.
The subscription's ARN.
| |
| TopicArn |
Gets and sets the TopicArn property.
The ARN of the subscription's topic.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithEndpoint(String) |
Sets the Endpoint property
| |
| WithOwner(String) |
Sets the Owner property
| |
| WithProtocol(String) |
Sets the Protocol property
| |
| WithSubscriptionArn(String) |
Sets the SubscriptionArn property
| |
| WithTopicArn(String) |
Sets the TopicArn property
|