@Generated(value="software.amazon.awssdk:codegen") public final class SoftwareInformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SoftwareInformation.Builder,SoftwareInformation>
Information about the software on the device.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SoftwareInformation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SoftwareInformation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
installedVersion()
The version of the software currently installed on the device.
|
String |
installingVersion()
The version of the software being installed on the device.
|
String |
installState()
The state of the software that is installed or that is being installed on the device.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SoftwareInformation.Builder> |
serializableBuilderClass() |
SoftwareInformation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String installState()
The state of the software that is installed or that is being installed on the device.
public final String installedVersion()
The version of the software currently installed on the device.
public final String installingVersion()
The version of the software being installed on the device.
public SoftwareInformation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SoftwareInformation.Builder,SoftwareInformation>public static SoftwareInformation.Builder builder()
public static Class<? extends SoftwareInformation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.