@Generated(value="software.amazon.awssdk:codegen") public final class DomainInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainInfo.Builder,DomainInfo>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DomainInfo.Builder |
builder() |
String |
domainName()
Specifies the
DomainName. |
EngineType |
engineType()
Specifies the
EngineType of the domain. |
String |
engineTypeAsString()
Specifies the
EngineType of the domain. |
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 DomainInfo.Builder> |
serializableBuilderClass() |
DomainInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
Specifies the DomainName.
DomainName.public final EngineType engineType()
Specifies the EngineType of the domain.
If the service returns an enum value that is not available in the current SDK version, engineType will
return EngineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
engineTypeAsString().
EngineType of the domain.EngineTypepublic final String engineTypeAsString()
Specifies the EngineType of the domain.
If the service returns an enum value that is not available in the current SDK version, engineType will
return EngineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
engineTypeAsString().
EngineType of the domain.EngineTypepublic DomainInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DomainInfo.Builder,DomainInfo>public static DomainInfo.Builder builder()
public static Class<? extends DomainInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.