@Generated(value="software.amazon.awssdk:codegen") public final class RobotDeployment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RobotDeployment.Builder,RobotDeployment>
Information about a robot deployment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RobotDeployment.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The robot deployment Amazon Resource Name (ARN).
|
static RobotDeployment.Builder |
builder() |
Instant |
deploymentFinishTime()
The time, in milliseconds since the epoch, when the deployment finished.
|
Instant |
deploymentStartTime()
The time, in milliseconds since the epoch, when the deployment was started.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
DeploymentJobErrorCode |
failureCode()
The robot deployment failure code.
|
String |
failureCodeAsString()
The robot deployment failure code.
|
String |
failureReason()
A short description of the reason why the robot deployment failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ProgressDetail |
progressDetail()
Information about how the deployment is progressing.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RobotDeployment.Builder> |
serializableBuilderClass() |
RobotStatus |
status()
The status of the robot deployment.
|
String |
statusAsString()
The status of the robot deployment.
|
RobotDeployment.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The robot deployment Amazon Resource Name (ARN).
public final Instant deploymentStartTime()
The time, in milliseconds since the epoch, when the deployment was started.
public final Instant deploymentFinishTime()
The time, in milliseconds since the epoch, when the deployment finished.
public final RobotStatus status()
The status of the robot deployment.
If the service returns an enum value that is not available in the current SDK version, status will
return RobotStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RobotStatuspublic final String statusAsString()
The status of the robot deployment.
If the service returns an enum value that is not available in the current SDK version, status will
return RobotStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RobotStatuspublic final ProgressDetail progressDetail()
Information about how the deployment is progressing.
public final String failureReason()
A short description of the reason why the robot deployment failed.
public final DeploymentJobErrorCode failureCode()
The robot deployment failure code.
If the service returns an enum value that is not available in the current SDK version, failureCode will
return DeploymentJobErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from failureCodeAsString().
DeploymentJobErrorCodepublic final String failureCodeAsString()
The robot deployment failure code.
If the service returns an enum value that is not available in the current SDK version, failureCode will
return DeploymentJobErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from failureCodeAsString().
DeploymentJobErrorCodepublic RobotDeployment.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RobotDeployment.Builder,RobotDeployment>public static RobotDeployment.Builder builder()
public static Class<? extends RobotDeployment.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.