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