Public Member Functions | Properties

SNSListTopicsRequest Class Reference

List Topics Request. More...

#import <SNSListTopicsRequest.h>

List of all members.

Public Member Functions

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

Properties

NSString * nextToken
 Token returned by the previous ListTopics request.

Detailed Description

List Topics Request.


Member Function Documentation

- (NSString* SNSListTopicsRequest.)description  

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

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

Default constructor for a new ListTopicsRequest object.

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

- (id SNSListTopicsRequest.)initWithNextToken: (NSString *)  theNextToken  

Constructs a new ListTopicsRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theNextToken Token returned by the previous ListTopics request.

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