C# Класс Amazon.Route53Domains.Model.GetDomainSuggestionsRequest

Container for the parameters to the GetDomainSuggestions operation. The GetDomainSuggestions operation returns a list of suggested domain names given a string, which can either be a domain name or simply a word or phrase (without spaces).

Parameters:

  • DomainName (string): The basis for your domain suggestion search, a string with (or without) top-level domain specified.
  • SuggestionCount (int): The number of domain suggestions to be returned, maximum 50, minimum 1.
  • OnlyAvailable (bool): If true, availability check will be performed on suggestion results, and only available domains will be returned. If false, suggestions will be returned without checking whether the domain is actually available, and caller will have to call checkDomainAvailability for each suggestion to determine availability for registration.

Наследование: AmazonRoute53DomainsRequest
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
IsSetDomainName ( ) : bool
IsSetOnlyAvailable ( ) : bool
IsSetSuggestionCount ( ) : bool