Set Topic Attributes Request. More...
#import <SNSSetTopicAttributesRequest.h>
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. |
Set Topic Attributes Request.
- (NSString* SNSSetTopicAttributesRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (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.
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. |
- (NSString *) attributeName [read, write, retain] |
The name of the attribute you want to set.
Only a subset of the topic's attributes are mutable.