@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the robot.
public final String name()
The name of the robot.
public final String fleetArn()
The Amazon Resource Name (ARN) of the fleet.
public final 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().
RobotStatuspublic final 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().
RobotStatuspublic final String greenGrassGroupId()
The Greengrass group associated with the robot.
public final Instant createdAt()
The time, in milliseconds since the epoch, when the robot was created.
public final 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().
Architecturepublic final 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().
Architecturepublic final String lastDeploymentJob()
The Amazon Resource Name (ARN) of the last deployment job.
public final Instant lastDeploymentTime()
The time of the last deployment.
public Robot.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Robot.Builder,Robot>public static Robot.Builder builder()
public static Class<? extends Robot.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.