@Generated(value="software.amazon.awssdk:codegen") public final class OffPeakWindowOptionsStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OffPeakWindowOptionsStatus.Builder,OffPeakWindowOptionsStatus>
The status of off-peak window options for a domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OffPeakWindowOptionsStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OffPeakWindowOptionsStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OffPeakWindowOptions |
options()
The domain's off-peak window configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OffPeakWindowOptionsStatus.Builder> |
serializableBuilderClass() |
OptionStatus |
status()
The current status of off-peak window options.
|
OffPeakWindowOptionsStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final OffPeakWindowOptions options()
The domain's off-peak window configuration.
public final OptionStatus status()
The current status of off-peak window options.
public OffPeakWindowOptionsStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OffPeakWindowOptionsStatus.Builder,OffPeakWindowOptionsStatus>public static OffPeakWindowOptionsStatus.Builder builder()
public static Class<? extends OffPeakWindowOptionsStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.