Public Member Functions | Properties

SimpleDBCreateDomainRequest Class Reference

Create Domain Request. More...

#import <SimpleDBCreateDomainRequest.h>

List of all members.

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.

Detailed Description

Create Domain Request.


Member Function Documentation

- (NSString* SimpleDBCreateDomainRequest.)description  

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

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

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

Property Documentation

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


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