Public Member Functions | Properties

SNSUnsubscribeRequest Class Reference

Unsubscribe Request. More...

#import <SNSUnsubscribeRequest.h>

List of all members.

Public Member Functions

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

Properties

NSString * subscriptionArn
 The ARN of the subscription to be deleted.

Detailed Description

Unsubscribe Request.


Member Function Documentation

- (NSString* SNSUnsubscribeRequest.)description  

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

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

Default constructor for a new UnsubscribeRequest object.

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

- (id SNSUnsubscribeRequest.)initWithSubscriptionArn: (NSString *)  theSubscriptionArn  

Constructs a new UnsubscribeRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theSubscriptionArn The ARN of the subscription to be deleted.

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