@Generated(value="software.amazon.awssdk:codegen") public final class Robot extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Robot.Builder,Robot>
Information about a robot.
Modifier and Type | Class and Description |
---|---|
static interface |
Robot.Builder |
Modifier and Type | Method and Description |
---|---|
Architecture |
architecture()
The architecture of the robot.
|
String |
architectureAsString()
The architecture of the robot.
|
String |
arn()
The Amazon Resource Name (ARN) of the robot.
|
static Robot.Builder |
builder() |
Instant |
createdAt()
The time, in milliseconds since the epoch, when the robot was created.
|
boolean |
equals(Object obj) |
String |
fleetArn()
The Amazon Resource Name (ARN) of the fleet.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
greenGrassGroupId()
The Greengrass group associated with the robot.
|
int |
hashCode() |
String |
lastDeploymentJob()
The Amazon Resource Name (ARN) of the last deployment job.
|
Instant |
lastDeploymentTime()
The time of the last deployment.
|
String |
name()
The name of the robot.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Robot.Builder> |
serializableBuilderClass() |
RobotStatus |
status()
The status of the robot.
|
String |
statusAsString()
The status of the robot.
|
Robot.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 Amazon Resource Name (ARN) of the robot.
public String name()
The name of the robot.
public String fleetArn()
The Amazon Resource Name (ARN) of the fleet.
public RobotStatus status()
The status of the robot.
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.
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 greenGrassGroupId()
The Greengrass group associated with the robot.
public Instant createdAt()
The time, in milliseconds since the epoch, when the robot was created.
public Architecture architecture()
The architecture of the robot.
If the service returns an enum value that is not available in the current SDK version, architecture
will
return Architecture.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
architectureAsString()
.
Architecture
public String architectureAsString()
The architecture of the robot.
If the service returns an enum value that is not available in the current SDK version, architecture
will
return Architecture.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
architectureAsString()
.
Architecture
public String lastDeploymentJob()
The Amazon Resource Name (ARN) of the last deployment job.
public Instant lastDeploymentTime()
The time of the last deployment.
public Robot.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Robot.Builder,Robot>
public static Robot.Builder builder()
public static Class<? extends Robot.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.