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

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

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

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

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

GetTopicAttributesRequest ( string topicArn ) : System

Instantiates GetTopicAttributesRequest with the parameterized properties

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

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

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

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

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

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

Instantiates GetTopicAttributesRequest with the parameterized properties
public GetTopicAttributesRequest ( string topicArn ) : System
topicArn string The ARN of the topic whose properties you want to get.
Результат System