AWS SDK for .NET Documentation
CreateDomainRequest Class
AmazonAmazon.SimpleDB.ModelCreateDomainRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class CreateDomainRequest : SDBRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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
Object
SDBRequest
 CreateDomainRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)