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

Container for the parameters to the CreateTopic operation. Creates a topic to which notifications can be published. Users can create at most 100,000 topics. For more information, see http://aws.amazon.com/sns. This action is idempotent, so if the requester already owns a topic with the specified name, that topic's ARN is returned without creating a new topic.
Наследование: AmazonSimpleNotificationServiceRequest
Показать файл Открыть проект Примеры использования класса

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

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

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

CreateTopicRequest ( string name ) : System

Instantiates CreateTopicRequest with the parameterized properties

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

Метод Описание
IsSetName ( ) : bool

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

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

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

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

Instantiates CreateTopicRequest with the parameterized properties
public CreateTopicRequest ( string name ) : System
name string The name of the topic you want to create. Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.
Результат System