Public Member Functions | Properties

SNSCreateTopicRequest Class Reference

Create Topic Request. More...

#import <SNSCreateTopicRequest.h>

List of all members.

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.

Detailed Description

Create Topic Request.


Member Function Documentation

- (NSString* SNSCreateTopicRequest.)description  

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

Returns:
A string representation of this object.
- (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.

Parameters:
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.


Property Documentation

- (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.


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