Create Topic Request. More...
#import <SNSCreateTopicRequest.h>
Public Member Functions | |
(id) | - init |
Default constructor for a new CreateTopicRequest object. | |
(id) | - initWithName: |
Constructs a new CreateTopicRequest object. | |
(NSString *) | - description |
Returns a string representation of this object; useful for testing and debugging. | |
Properties | |
NSString * | name |
The name of the topic you want to create. |
Create Topic Request.
- (NSString* SNSCreateTopicRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SNSCreateTopicRequest.)init |
Default constructor for a new CreateTopicRequest object.
Callers should use the property methods to initialize this object after creating it.
- (id SNSCreateTopicRequest.)initWithName: | (NSString *) | theName |
Constructs a new CreateTopicRequest object.
Callers should use properties to initialize any additional object members.
theName | The name of the topic you want to create. |
Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, and hyphens, and must be between 1 and 256 characters long.
- (NSString *) name [read, write, retain] |
The name of the topic you want to create.
Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, and hyphens, and must be between 1 and 256 characters long.