List Subscriptions By Topic Request. More...
#import <SNSListSubscriptionsByTopicRequest.h>
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. |
List Subscriptions By Topic Request.
- (NSString* SNSListSubscriptionsByTopicRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (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.
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.
theTopicArn | The ARN of the topic for which you wish to find subscriptions. | |
theNextToken | Token returned by the previous ListSubscriptionsByTopic request. |