Create Domain Request. More...
#import <SimpleDBCreateDomainRequest.h>
Public Member Functions | |
(id) | - init |
Default constructor for a new CreateDomainRequest object. | |
(id) | - initWithDomainName: |
Constructs a new CreateDomainRequest object. | |
(NSString *) | - description |
Returns a string representation of this object; useful for testing and debugging. | |
Properties | |
NSString * | domainName |
The name of the domain to create. |
Create Domain Request.
- (NSString* SimpleDBCreateDomainRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SimpleDBCreateDomainRequest.)init |
Default constructor for a new CreateDomainRequest object.
Callers should use the property methods to initialize this object after creating it.
- (id SimpleDBCreateDomainRequest.)initWithDomainName: | (NSString *) | theDomainName |
Constructs a new CreateDomainRequest object.
Callers should use properties to initialize any additional object members.
theDomainName | The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'. |
- (NSString *) domainName [read, write, retain] |
The name of the domain to create.
The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, '_', '-', and '.'.