Public Member Functions | Properties

SNSListTopicsResponse Class Reference

List Topics Result. More...

#import <SNSListTopicsResponse.h>

Inherits AmazonServiceResponse.

List of all members.

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.

Detailed Description

List Topics Result.


Member Function Documentation

- (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.

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

Default constructor for a new object.

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


Property Documentation

- (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.


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