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 interfaceAutoTuneStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutoTuneStatus.Builderbuilder()InstantcreationDate()Timestamp which tells Auto-Tune options creation date .booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorMessage()Specifies the error message while enabling or disabling the Auto-Tune options.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanpendingDeletion()Indicates whether the Elasticsearch domain is being deleted.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AutoTuneStatus.Builder>serializableBuilderClass()AutoTuneStatestate()Specifies theAutoTuneStatefor the Elasticsearch domain.StringstateAsString()Specifies theAutoTuneStatefor the Elasticsearch domain.AutoTuneStatus.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateDate()Timestamp which tells Auto-Tune options last updated time.IntegerupdateVersion()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
AutoTuneStatefor the Elasticsearch domain.If the service returns an enum value that is not available in the current SDK version,
statewill returnAutoTuneState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- Specifies the
AutoTuneStatefor the Elasticsearch domain. - See Also:
AutoTuneState
-
stateAsString
public final String stateAsString()
Specifies the
AutoTuneStatefor the Elasticsearch domain.If the service returns an enum value that is not available in the current SDK version,
statewill returnAutoTuneState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- Specifies the
AutoTuneStatefor 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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-