Class AutoTuneStatus
- java.lang.Object
-
- software.amazon.awssdk.services.elasticsearch.model.AutoTuneStatus
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AutoTuneStatus.Builder,AutoTuneStatus>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AutoTuneStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 theAutoTuneState
for the Elasticsearch domain.String
stateAsString()
Specifies theAutoTuneState
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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
creationDate
public final Instant creationDate()
Timestamp which tells Auto-Tune options creation date .
- Returns:
- Timestamp which tells Auto-Tune options creation date .
-
updateDate
public final Instant updateDate()
Timestamp which tells Auto-Tune options last updated time.
- Returns:
- Timestamp which tells Auto-Tune options last updated time.
-
updateVersion
public final Integer updateVersion()
Specifies the Auto-Tune options latest version.
- Returns:
- Specifies the Auto-Tune options latest version.
-
state
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 returnAutoTuneState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstateAsString()
.- Returns:
- Specifies the
AutoTuneState
for the Elasticsearch domain. - See Also:
AutoTuneState
-
stateAsString
public 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 returnAutoTuneState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstateAsString()
.- Returns:
- Specifies the
AutoTuneState
for the Elasticsearch domain. - See Also:
AutoTuneState
-
errorMessage
public final String errorMessage()
Specifies the error message while enabling or disabling the Auto-Tune options.
- Returns:
- Specifies the error message while enabling or disabling the Auto-Tune options.
-
pendingDeletion
public final Boolean pendingDeletion()
Indicates whether the Elasticsearch domain is being deleted.
- Returns:
- Indicates whether the Elasticsearch domain is being deleted.
-
toBuilder
public AutoTuneStatus.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<AutoTuneStatus.Builder,AutoTuneStatus>
-
builder
public static AutoTuneStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends AutoTuneStatus.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-