@Generated(value="software.amazon.awssdk:codegen") public final class AutoTuneOptionsOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoTuneOptionsOutput.Builder,AutoTuneOptionsOutput>
The Auto-Tune settings for a domain, displayed when enabling or disabling Auto-Tune.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoTuneOptionsOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AutoTuneOptionsOutput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
Any errors that occurred while enabling or disabling Auto-Tune.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoTuneOptionsOutput.Builder> |
serializableBuilderClass() |
AutoTuneState |
state()
The current state of Auto-Tune on the domain.
|
String |
stateAsString()
The current state of Auto-Tune on the domain.
|
AutoTuneOptionsOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
useOffPeakWindow()
Whether the domain's off-peak window will be used to deploy Auto-Tune changes rather than a maintenance schedule.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AutoTuneState state()
The current state of Auto-Tune on the 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().
AutoTuneStatepublic final String stateAsString()
The current state of Auto-Tune on the 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().
AutoTuneStatepublic final String errorMessage()
Any errors that occurred while enabling or disabling Auto-Tune.
public final Boolean useOffPeakWindow()
Whether the domain's off-peak window will be used to deploy Auto-Tune changes rather than a maintenance schedule.
public AutoTuneOptionsOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoTuneOptionsOutput.Builder,AutoTuneOptionsOutput>public static AutoTuneOptionsOutput.Builder builder()
public static Class<? extends AutoTuneOptionsOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.