Class OSUpdateSettings
- java.lang.Object
-
- software.amazon.awssdk.services.directory.model.OSUpdateSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OSUpdateSettings.Builder,OSUpdateSettings>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOSUpdateSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OSUpdateSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()OSVersionosVersion()OS version that the directory needs to be updated to.StringosVersionAsString()OS version that the directory needs to be updated to.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends OSUpdateSettings.Builder>serializableBuilderClass()OSUpdateSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
osVersion
public 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,
osVersionwill returnOSVersion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromosVersionAsString().- Returns:
- OS version that the directory needs to be updated to.
- See Also:
OSVersion
-
osVersionAsString
public 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,
osVersionwill returnOSVersion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromosVersionAsString().- Returns:
- OS version that the directory needs to be updated to.
- See Also:
OSVersion
-
toBuilder
public OSUpdateSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OSUpdateSettings.Builder,OSUpdateSettings>
-
builder
public static OSUpdateSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends OSUpdateSettings.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
-
-