Public Member Functions | Properties

SNSListSubscriptionsByTopicRequest Class Reference

List Subscriptions By Topic Request. More...

#import <SNSListSubscriptionsByTopicRequest.h>

List of all members.

Public Member Functions

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

Properties

NSString * topicArn
 The ARN of the topic for which you wish to find subscriptions.
NSString * nextToken
 Token returned by the previous ListSubscriptionsByTopic request.

Detailed Description

List Subscriptions By Topic Request.


Member Function Documentation

- (NSString* SNSListSubscriptionsByTopicRequest.)description  

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

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

Default constructor for a new ListSubscriptionsByTopicRequest object.

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

- (id SNSListSubscriptionsByTopicRequest.)initWithTopicArn: (NSString *)  theTopicArn  

Constructs a new ListSubscriptionsByTopicRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theTopicArn The ARN of the topic for which you wish to find subscriptions.
- (id SNSListSubscriptionsByTopicRequest.)initWithTopicArn: (NSString *)  theTopicArn
andNextToken: (NSString *)  theNextToken 

Constructs a new ListSubscriptionsByTopicRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theTopicArn The ARN of the topic for which you wish to find subscriptions.
theNextToken Token returned by the previous ListSubscriptionsByTopic request.

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