List Topics Result. More...
#import <SNSListTopicsResponse.h>
Inherits AmazonServiceResponse.
Public Member Functions | |
(id) | - init |
Default constructor for a new object. | |
(void) | - addTopic: |
Adds a single object to topics. | |
(NSString *) | - description |
Returns a string representation of this object; useful for testing and debugging. | |
Properties | |
NSMutableArray * | topics |
A list of topic ARNs. | |
NSString * | nextToken |
Token to pass along to the next ListTopics request. |
List Topics Result.
- (void SNSListTopicsResponse.)addTopic: | (SNSTopic *) | topic |
Adds a single object to topics.
This function will alloc and init topics if not already done.
- (NSString* SNSListTopicsResponse.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SNSListTopicsResponse.)init |
Default constructor for a new object.
Callers should use the property methods to initialize this object after creating it.
- (NSString *) nextToken [read, write, retain] |
Token to pass along to the next ListTopics request.
This element is returned if there are additional topics to retrieve.