Container for the parameters to the CreateDomain operation.
            
Creates a new search domain. For more information, see Creating a Search Domain in the Amazon CloudSearch Developer Guide .
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateDomainRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreateDomainRequest()()()() | Initializes a new instance of the CreateDomainRequest class | 
|  | DomainName | 
            A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a
            letter or number and be at least 3 and no more than 28 characters long.
             
             Constraints: | 
|  | 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.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDomainName(String) | Obsolete. 
            Sets the DomainName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | CreateDomainRequest | |