Lists all domains associated with the account. It returns domain names up to the limit set by MaxNumberOfDomains.
            A NextToken is returned if there are more than MaxNumberOfDomains domains. Calling ListDomains successive times
            with the NextToken returns up to MaxNumberOfDomains more domain names each time.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListDomainsRequest : SDBRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListDomainsRequest()()()() | Initializes a new instance of the ListDomainsRequest class | 
|  | 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.) | 
|  | IsSetMaxNumberOfDomains()()()() | 
            Checks if MaxNumberOfDomains property is set
             | 
|  | IsSetNextToken()()()() | 
            Checks if NextToken property is set
             | 
|  | MaxNumberOfDomains | 
            Gets and sets the MaxNumberOfDomains property.
            The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.
             | 
|  | NextToken | 
            Gets and sets the NextToken property.
            String that tells Amazon SimpleDB where to start the next list of domain names.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithMaxNumberOfDomains(Decimal) | Obsolete. 
            Sets the MaxNumberOfDomains property
             | 
|  | WithNextToken(String) | Obsolete. 
            Sets the NextToken property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | SDBRequest | |
|  | ListDomainsRequest | |