Public Member Functions | Properties

SNSGetTopicAttributesRequest Class Reference

Get Topic Attributes Request. More...

#import <SNSGetTopicAttributesRequest.h>

List of all members.

Public Member Functions

(id) - init
 Default constructor for a new GetTopicAttributesRequest object.
(id) - initWithTopicArn:
 Constructs a new GetTopicAttributesRequest object.
(NSString *) - description
 Returns a string representation of this object; useful for testing and debugging.

Properties

NSString * topicArn
 The ARN of the topic whose properties you want to get.

Detailed Description

Get Topic Attributes Request.


Member Function Documentation

- (NSString* SNSGetTopicAttributesRequest.)description  

Returns a string representation of this object; useful for testing and debugging.

Returns:
A string representation of this object.
- (id SNSGetTopicAttributesRequest.)init  

Default constructor for a new GetTopicAttributesRequest object.

Callers should use the property methods to initialize this object after creating it.

- (id SNSGetTopicAttributesRequest.)initWithTopicArn: (NSString *)  theTopicArn  

Constructs a new GetTopicAttributesRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theTopicArn The ARN of the topic whose properties you want to get.

The documentation for this class was generated from the following file: