Public Member Functions | Properties

SNSListSubscriptionsByTopicResponse Class Reference

List Subscriptions By Topic Result. More...

#import <SNSListSubscriptionsByTopicResponse.h>

Inherits AmazonServiceResponse.

List of all members.

Public Member Functions

(id) - init
 Default constructor for a new object.
(void) - addSubscription:
 Adds a single object to subscriptions.
(NSString *) - description
 Returns a string representation of this object; useful for testing and debugging.

Properties

NSMutableArray * subscriptions
 A list of subscriptions.
NSString * nextToken
 Token to pass along to the next ListSubscriptionsByTopic request.

Detailed Description

List Subscriptions By Topic Result.


Member Function Documentation

- (void SNSListSubscriptionsByTopicResponse.)addSubscription: (SNSSubscription *)  subscription  

Adds a single object to subscriptions.

This function will alloc and init subscriptions if not already done.

- (NSString* SNSListSubscriptionsByTopicResponse.)description  

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

Returns:
A string representation of this object.
- (id SNSListSubscriptionsByTopicResponse.)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 ListSubscriptionsByTopic request.

This element is returned if there are more subscriptions to retrieve.


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