Class ReportedRuntimeContextState
- java.lang.Object
-
- software.amazon.awssdk.services.panorama.model.ReportedRuntimeContextState
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReportedRuntimeContextState.Builder,ReportedRuntimeContextState>
@Generated("software.amazon.awssdk:codegen") public final class ReportedRuntimeContextState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReportedRuntimeContextState.Builder,ReportedRuntimeContextState>
An application instance's state.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReportedRuntimeContextState.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportedRuntimeContextState.Builderbuilder()DesiredStatedesiredState()The application's desired state.StringdesiredStateAsString()The application's desired state.DeviceReportedStatusdeviceReportedStatus()The application's reported status.StringdeviceReportedStatusAsString()The application's reported status.InstantdeviceReportedTime()When the device reported the application's state.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringruntimeContextName()The device's name.List<SdkField<?>>sdkFields()static Class<? extends ReportedRuntimeContextState.Builder>serializableBuilderClass()ReportedRuntimeContextState.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
-
desiredState
public final DesiredState desiredState()
The application's desired state.
If the service returns an enum value that is not available in the current SDK version,
desiredStatewill returnDesiredState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdesiredStateAsString().- Returns:
- The application's desired state.
- See Also:
DesiredState
-
desiredStateAsString
public final String desiredStateAsString()
The application's desired state.
If the service returns an enum value that is not available in the current SDK version,
desiredStatewill returnDesiredState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdesiredStateAsString().- Returns:
- The application's desired state.
- See Also:
DesiredState
-
deviceReportedStatus
public final DeviceReportedStatus deviceReportedStatus()
The application's reported status.
If the service returns an enum value that is not available in the current SDK version,
deviceReportedStatuswill returnDeviceReportedStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeviceReportedStatusAsString().- Returns:
- The application's reported status.
- See Also:
DeviceReportedStatus
-
deviceReportedStatusAsString
public final String deviceReportedStatusAsString()
The application's reported status.
If the service returns an enum value that is not available in the current SDK version,
deviceReportedStatuswill returnDeviceReportedStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeviceReportedStatusAsString().- Returns:
- The application's reported status.
- See Also:
DeviceReportedStatus
-
deviceReportedTime
public final Instant deviceReportedTime()
When the device reported the application's state.
- Returns:
- When the device reported the application's state.
-
runtimeContextName
public final String runtimeContextName()
The device's name.
- Returns:
- The device's name.
-
toBuilder
public ReportedRuntimeContextState.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReportedRuntimeContextState.Builder,ReportedRuntimeContextState>
-
builder
public static ReportedRuntimeContextState.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReportedRuntimeContextState.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.
-
-