@Generated(value="software.amazon.awssdk:codegen") public final class AutoTuneStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoTuneStatus.Builder,AutoTuneStatus>
Provides the current status of the Auto-Tune options.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoTuneStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AutoTuneStatus.Builder |
builder() |
Instant |
creationDate()
Timestamp which tells Auto-Tune options creation date .
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
Specifies the error message while enabling or disabling the Auto-Tune options.
|
<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 AutoTuneStatus.Builder> |
serializableBuilderClass() |
AutoTuneState |
state()
Specifies the
AutoTuneState for the Elasticsearch domain. |
String |
stateAsString()
Specifies the
AutoTuneState for the Elasticsearch domain. |
AutoTuneStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateDate()
Timestamp which tells Auto-Tune options last updated time.
|
Integer |
updateVersion()
Specifies the Auto-Tune options latest version.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant creationDate()
Timestamp which tells Auto-Tune options creation date .
public final Instant updateDate()
Timestamp which tells Auto-Tune options last updated time.
public final Integer updateVersion()
Specifies the Auto-Tune options latest version.
public final AutoTuneState state()
Specifies the AutoTuneState for the Elasticsearch domain.
If the service returns an enum value that is not available in the current SDK version, state will return
AutoTuneState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
AutoTuneState for the Elasticsearch domain.AutoTuneStatepublic final String stateAsString()
Specifies the AutoTuneState for the Elasticsearch domain.
If the service returns an enum value that is not available in the current SDK version, state will return
AutoTuneState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
AutoTuneState for the Elasticsearch domain.AutoTuneStatepublic final String errorMessage()
Specifies the error message while enabling or disabling the Auto-Tune options.
public final Boolean pendingDeletion()
Indicates whether the Elasticsearch domain is being deleted.
public AutoTuneStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoTuneStatus.Builder,AutoTuneStatus>public static AutoTuneStatus.Builder builder()
public static Class<? extends AutoTuneStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.