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

Container for the parameters to the SetTopicAttributes operation.

The SetTopicAttributes action allows a topic owner to set an attribute of the topic to a new value.

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

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

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

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

SetTopicAttributesRequest ( string topicArn, string attributeName, string attributeValue ) : System

Instantiates SetTopicAttributesRequest with the parameterized properties

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

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

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

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

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

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

Instantiates SetTopicAttributesRequest with the parameterized properties
public SetTopicAttributesRequest ( string topicArn, string attributeName, string attributeValue ) : System
topicArn string The ARN of the topic to modify.
attributeName string The name of the attribute you want to set. Only a subset of the topic's attributes are mutable. Valid values: Policy | DisplayName | DeliveryPolicy
attributeValue string The new value for the attribute.
Результат System