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