Gets and sets the ListDomainsResult property.
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.

C# |
public ListDomainsResult ListDomainsResult { get; set; }