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

Container for the parameters to the SetSubscriptionAttributes operation. Allows a subscription owner to set an attribute of the topic to a new value.
Наследование: AmazonSimpleNotificationServiceRequest
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SetSubscriptionAttributesRequest ( ) : System

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

SetSubscriptionAttributesRequest ( string subscriptionArn, string attributeName, string attributeValue ) : System

Instantiates SetSubscriptionAttributesRequest with the parameterized properties

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

Метод Описание
IsSetAttributeName ( ) : bool
IsSetAttributeValue ( ) : bool
IsSetSubscriptionArn ( ) : bool

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

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

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

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

Instantiates SetSubscriptionAttributesRequest with the parameterized properties
public SetSubscriptionAttributesRequest ( string subscriptionArn, string attributeName, string attributeValue ) : System
subscriptionArn string The ARN of the subscription to modify.
attributeName string The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable. Valid values: DeliveryPolicy | RawMessageDelivery
attributeValue string The new value for the attribute in JSON format.
Результат System