Creates a new domain. The domain name must be unique among the domains associated with the account used in the request.
            The operation might take 10 or more seconds to complete. Creating a domain is an idempotent operation; running it
            multiple times using the same domain name will not result in an error response. You can create up to 100 domains
            per account. If you require additional domains, go to http://aws.amazon.com/contact-us/simpledb-limit-request/.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateDomainRequest : SDBRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreateDomainRequest()()()() | Initializes a new instance of the CreateDomainRequest class | 
|  | DomainName | 
            Gets and sets the DomainName property.
            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 '.'.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetDomainName()()()() | 
            Checks if DomainName property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDomainName(String) | Obsolete. 
            Sets the DomainName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | SDBRequest | |
|  | CreateDomainRequest | |