List Subscriptions By Topic Result. More...
#import <SNSListSubscriptionsByTopicResponse.h>
Inherits AmazonServiceResponse.
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. |
List Subscriptions By Topic Result.
- (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.
- (id SNSListSubscriptionsByTopicResponse.)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 ListSubscriptionsByTopic request.
This element is returned if there are more subscriptions to retrieve.