C# Class Amazon.SimpleNotificationService.Model.ConfirmSubscriptionRequest

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ConfirmSubscriptionRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ConfirmSubscriptionRequest ( string topicArn, string token ) : System

Instantiates ConfirmSubscriptionRequest with the parameterized properties

ConfirmSubscriptionRequest ( string topicArn, string token, string authenticateOnUnsubscribe ) : System

Instantiates ConfirmSubscriptionRequest with the parameterized properties

Private Methods

Method Description
IsSetAuthenticateOnUnsubscribe ( ) : bool
IsSetToken ( ) : bool
IsSetTopicArn ( ) : bool

Method Details

ConfirmSubscriptionRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public ConfirmSubscriptionRequest ( ) : System
return System

ConfirmSubscriptionRequest() public method

Instantiates ConfirmSubscriptionRequest with the parameterized properties
public ConfirmSubscriptionRequest ( string topicArn, string token ) : System
topicArn string The ARN of the topic for which you wish to confirm a subscription.
token string Short-lived token sent to an endpoint during the Subscribe action.
return System

ConfirmSubscriptionRequest() public method

Instantiates ConfirmSubscriptionRequest with the parameterized properties
public ConfirmSubscriptionRequest ( string topicArn, string token, string authenticateOnUnsubscribe ) : System
topicArn string The ARN of the topic for which you wish to confirm a subscription.
token string Short-lived token sent to an endpoint during the Subscribe action.
authenticateOnUnsubscribe string Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.
return System