@Generated(value="software.amazon.awssdk:codegen") public final class OSUpdateSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OSUpdateSettings.Builder,OSUpdateSettings>
OS version that the directory needs to be updated to.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OSUpdateSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OSUpdateSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OSVersion |
osVersion()
OS version that the directory needs to be updated to.
|
String |
osVersionAsString()
OS version that the directory needs to be updated to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OSUpdateSettings.Builder> |
serializableBuilderClass() |
OSUpdateSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final OSVersion osVersion()
OS version that the directory needs to be updated to.
If the service returns an enum value that is not available in the current SDK version, osVersion will
return OSVersion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
osVersionAsString().
OSVersionpublic final String osVersionAsString()
OS version that the directory needs to be updated to.
If the service returns an enum value that is not available in the current SDK version, osVersion will
return OSVersion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
osVersionAsString().
OSVersionpublic OSUpdateSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OSUpdateSettings.Builder,OSUpdateSettings>public static OSUpdateSettings.Builder builder()
public static Class<? extends OSUpdateSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.