@Generated(value="software.amazon.awssdk:codegen") public final class DomainSuggestion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainSuggestion.Builder,DomainSuggestion>
Information about one suggested domain name.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainSuggestion.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availability()
Whether the domain name is available for registering.
|
static DomainSuggestion.Builder |
builder() |
String |
domainName()
A suggested domain name.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DomainSuggestion.Builder> |
serializableBuilderClass() |
DomainSuggestion.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
A suggested domain name.
public final String availability()
Whether the domain name is available for registering.
You can register only the domains that are designated as AVAILABLE.
Valid values:
The domain name is available.
The domain name is reserved under specific conditions.
The domain name is available and can be preordered.
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.
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.
The domain name has been reserved for another person or organization.
The domain name is not available.
The domain name is not available.
The domain name is forbidden.
You can register only the domains that are designated as AVAILABLE.
Valid values:
The domain name is available.
The domain name is reserved under specific conditions.
The domain name is available and can be preordered.
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.
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.
The domain name has been reserved for another person or organization.
The domain name is not available.
The domain name is not available.
The domain name is forbidden.
public DomainSuggestion.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DomainSuggestion.Builder,DomainSuggestion>public static DomainSuggestion.Builder builder()
public static Class<? extends DomainSuggestion.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.