@Generated(value="software.amazon.awssdk:codegen") public final class ReportedRuntimeContextState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReportedRuntimeContextState.Builder,ReportedRuntimeContextState>
An application instance's state.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReportedRuntimeContextState.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReportedRuntimeContextState.Builder |
builder() |
DesiredState |
desiredState()
The application's desired state.
|
String |
desiredStateAsString()
The application's desired state.
|
DeviceReportedStatus |
deviceReportedStatus()
The application's reported status.
|
String |
deviceReportedStatusAsString()
The application's reported status.
|
Instant |
deviceReportedTime()
When the device reported the application's state.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
runtimeContextName()
The device's name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReportedRuntimeContextState.Builder> |
serializableBuilderClass() |
ReportedRuntimeContextState.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DesiredState desiredState()
The application's desired state.
If the service returns an enum value that is not available in the current SDK version, desiredState will
return DesiredState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
desiredStateAsString().
DesiredStatepublic final String desiredStateAsString()
The application's desired state.
If the service returns an enum value that is not available in the current SDK version, desiredState will
return DesiredState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
desiredStateAsString().
DesiredStatepublic final DeviceReportedStatus deviceReportedStatus()
The application's reported status.
If the service returns an enum value that is not available in the current SDK version,
deviceReportedStatus will return DeviceReportedStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from deviceReportedStatusAsString().
DeviceReportedStatuspublic final String deviceReportedStatusAsString()
The application's reported status.
If the service returns an enum value that is not available in the current SDK version,
deviceReportedStatus will return DeviceReportedStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from deviceReportedStatusAsString().
DeviceReportedStatuspublic final Instant deviceReportedTime()
When the device reported the application's state.
public final String runtimeContextName()
The device's name.
public ReportedRuntimeContextState.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReportedRuntimeContextState.Builder,ReportedRuntimeContextState>public static ReportedRuntimeContextState.Builder builder()
public static Class<? extends ReportedRuntimeContextState.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.