@Generated(value="software.amazon.awssdk:codegen") public final class OptionStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OptionStatus.Builder,OptionStatus>
Provides the current status of the entity.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OptionStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OptionStatus.Builder |
builder() |
Instant |
creationDate()
Timestamp which tells the creation date for the entity.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
pendingDeletion()
Indicates whether the Elasticsearch domain is being deleted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OptionStatus.Builder> |
serializableBuilderClass() |
OptionState |
state()
Provides the
OptionState for the Elasticsearch domain. |
String |
stateAsString()
Provides the
OptionState for the Elasticsearch domain. |
OptionStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateDate()
Timestamp which tells the last updated time for the entity.
|
Integer |
updateVersion()
Specifies the latest version for the entity.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant creationDate()
Timestamp which tells the creation date for the entity.
public final Instant updateDate()
Timestamp which tells the last updated time for the entity.
public final Integer updateVersion()
Specifies the latest version for the entity.
public final OptionState state()
Provides the OptionState for the Elasticsearch domain.
If the service returns an enum value that is not available in the current SDK version, state will return
OptionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
OptionState for the Elasticsearch domain.OptionStatepublic final String stateAsString()
Provides the OptionState for the Elasticsearch domain.
If the service returns an enum value that is not available in the current SDK version, state will return
OptionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
OptionState for the Elasticsearch domain.OptionStatepublic final Boolean pendingDeletion()
Indicates whether the Elasticsearch domain is being deleted.
public OptionStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OptionStatus.Builder,OptionStatus>public static OptionStatus.Builder builder()
public static Class<? extends OptionStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.