Class DomainSuggestion
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<DomainSuggestion.Builder,- DomainSuggestion> 
Information about one suggested domain name.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringWhether the domain name is available for registering.static DomainSuggestion.Builderbuilder()final StringA suggested domain name.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends DomainSuggestion.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
domainName
- 
availabilityWhether the domain name is available for registering. You can register only the domains that are designated as AVAILABLE.Valid values: - AVAILABLE
- 
 The domain name is available. 
- AVAILABLE_RESERVED
- 
 The domain name is reserved under specific conditions. 
- AVAILABLE_PREORDER
- 
 The domain name is available and can be preordered. 
- DONT_KNOW
- 
 The TLD registry didn't reply with a definitive answer about whether the domain name is available. Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later. 
- PENDING
- 
 The TLD registry didn't return a response in the expected amount of time. When the response is delayed, it usually takes just a few extra seconds. You can resubmit the request immediately. 
- RESERVED
- 
 The domain name has been reserved for another person or organization. 
- UNAVAILABLE
- 
 The domain name is not available. 
- UNAVAILABLE_PREMIUM
- 
 The domain name is not available. 
- UNAVAILABLE_RESTRICTED
- 
 The domain name is forbidden. 
 - Returns:
- Whether the domain name is available for registering. You can register only the domains that are designated as AVAILABLE.Valid values: - AVAILABLE
- 
         The domain name is available. 
- AVAILABLE_RESERVED
- 
         The domain name is reserved under specific conditions. 
- AVAILABLE_PREORDER
- 
         The domain name is available and can be preordered. 
- DONT_KNOW
- 
         The TLD registry didn't reply with a definitive answer about whether the domain name is available. Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later. 
- PENDING
- 
         The TLD registry didn't return a response in the expected amount of time. When the response is delayed, it usually takes just a few extra seconds. You can resubmit the request immediately. 
- RESERVED
- 
         The domain name has been reserved for another person or organization. 
- UNAVAILABLE
- 
         The domain name is not available. 
- UNAVAILABLE_PREMIUM
- 
         The domain name is not available. 
- UNAVAILABLE_RESTRICTED
- 
         The domain name is forbidden. 
 
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<DomainSuggestion.Builder,- DomainSuggestion> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-