@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) |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String arn()
The robot deployment Amazon Resource Name (ARN).
public Instant deploymentStartTime()
The time, in milliseconds since the epoch, when the deployment was started.
public Instant deploymentFinishTime()
The time, in milliseconds since the epoch, when the deployment finished.
public 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()
.
RobotStatus
public 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()
.
RobotStatus
public ProgressDetail progressDetail()
Information about how the deployment is progressing.
public String failureReason()
A short description of the reason why the robot deployment failed.
public 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()
.
DeploymentJobErrorCode
public 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()
.
DeploymentJobErrorCode
public RobotDeployment.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RobotDeployment.Builder,RobotDeployment>
public static RobotDeployment.Builder builder()
public static Class<? extends RobotDeployment.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.