@Generated(value="software.amazon.awssdk:codegen") public final class RobotApplicationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RobotApplicationSummary.Builder,RobotApplicationSummary>
Summary information for a robot application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RobotApplicationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the robot.
|
static RobotApplicationSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedAt()
The time, in milliseconds since the epoch, when the robot application was last updated.
|
String |
name()
The name of the robot application.
|
RobotSoftwareSuite |
robotSoftwareSuite()
Information about a robot software suite (ROS distribution).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RobotApplicationSummary.Builder> |
serializableBuilderClass() |
RobotApplicationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The version of the robot application.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the robot application.
public String arn()
The Amazon Resource Name (ARN) of the robot.
public String version()
The version of the robot application.
public Instant lastUpdatedAt()
The time, in milliseconds since the epoch, when the robot application was last updated.
public RobotSoftwareSuite robotSoftwareSuite()
Information about a robot software suite (ROS distribution).
public RobotApplicationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RobotApplicationSummary.Builder,RobotApplicationSummary>public static RobotApplicationSummary.Builder builder()
public static Class<? extends RobotApplicationSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.