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