Class LatestDeviceJob
- java.lang.Object
-
- software.amazon.awssdk.services.panorama.model.LatestDeviceJob
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LatestDeviceJob.Builder,LatestDeviceJob>
@Generated("software.amazon.awssdk:codegen") public final class LatestDeviceJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LatestDeviceJob.Builder,LatestDeviceJob>
Returns information about the latest device job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLatestDeviceJob.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LatestDeviceJob.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringimageVersion()The target version of the device software.JobTypejobType()The job's type.StringjobTypeAsString()The job's type.List<SdkField<?>>sdkFields()static Class<? extends LatestDeviceJob.Builder>serializableBuilderClass()UpdateProgressstatus()Status of the latest device job.StringstatusAsString()Status of the latest device job.LatestDeviceJob.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
-
imageVersion
public final String imageVersion()
The target version of the device software.
- Returns:
- The target version of the device software.
-
jobType
public final JobType jobType()
The job's type.
If the service returns an enum value that is not available in the current SDK version,
jobTypewill returnJobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobTypeAsString().- Returns:
- The job's type.
- See Also:
JobType
-
jobTypeAsString
public final String jobTypeAsString()
The job's type.
If the service returns an enum value that is not available in the current SDK version,
jobTypewill returnJobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobTypeAsString().- Returns:
- The job's type.
- See Also:
JobType
-
status
public final UpdateProgress status()
Status of the latest device job.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnUpdateProgress.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Status of the latest device job.
- See Also:
UpdateProgress
-
statusAsString
public final String statusAsString()
Status of the latest device job.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnUpdateProgress.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Status of the latest device job.
- See Also:
UpdateProgress
-
toBuilder
public LatestDeviceJob.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LatestDeviceJob.Builder,LatestDeviceJob>
-
builder
public static LatestDeviceJob.Builder builder()
-
serializableBuilderClass
public static Class<? extends LatestDeviceJob.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.
-
-