C# Класс Amazon.SimpleNotificationService.Model.ConfirmSubscriptionRequest

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetAuthenticateOnUnsubscribe ( ) : bool
IsSetToken ( ) : bool
IsSetTopicArn ( ) : bool

Описание методов

ConfirmSubscriptionRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public ConfirmSubscriptionRequest ( ) : System
Результат System

ConfirmSubscriptionRequest() публичный Метод

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.
Результат System

ConfirmSubscriptionRequest() публичный Метод

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.
Результат System