C# Class Amazon.SimpleNotificationService.Model.GetTopicAttributesRequest

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsSetTopicArn ( ) : bool

Method Details

GetTopicAttributesRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public GetTopicAttributesRequest ( ) : System
Résultat System

GetTopicAttributesRequest() public méthode

Instantiates GetTopicAttributesRequest with the parameterized properties
public GetTopicAttributesRequest ( string topicArn ) : System
topicArn string The ARN of the topic whose properties you want to get.
Résultat System