C# Class Amazon.SimpleNotificationService.Model.GetTopicAttributesRequest

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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

Method Description
IsSetTopicArn ( ) : bool

Method Details

GetTopicAttributesRequest() public method

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

GetTopicAttributesRequest() public method

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