Public Member Functions | Properties

SNSSetTopicAttributesRequest Class Reference

Set Topic Attributes Request. More...

#import <SNSSetTopicAttributesRequest.h>

List of all members.

Public Member Functions

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

Properties

NSString * topicArn
 The ARN of the topic to modify.
NSString * attributeName
 The name of the attribute you want to set.
NSString * attributeValue
 The new value for the attribute.

Detailed Description

Set Topic Attributes Request.


Member Function Documentation

- (NSString* SNSSetTopicAttributesRequest.)description  

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

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

Default constructor for a new SetTopicAttributesRequest object.

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

- (id SNSSetTopicAttributesRequest.)initWithTopicArn: (NSString *)  theTopicArn
andAttributeName: (NSString *)  theAttributeName
andAttributeValue: (NSString *)  theAttributeValue 

Constructs a new SetTopicAttributesRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theTopicArn The ARN of the topic to modify.
theAttributeName The name of the attribute you want to set. Only a subset of the topic's attributes are mutable.
theAttributeValue The new value for the attribute.

Property Documentation

- (NSString *) attributeName [read, write, retain]

The name of the attribute you want to set.

Only a subset of the topic's attributes are mutable.


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