@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) |
<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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RobotApplicationSummary.Builder> |
serializableBuilderClass() |
RobotApplicationSummary.Builder |
toBuilder() |
String |
toString() |
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 RobotApplicationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RobotApplicationSummary.Builder,RobotApplicationSummary>public static RobotApplicationSummary.Builder builder()
public static Class<? extends RobotApplicationSummary.Builder> serializableBuilderClass()
Copyright © 2019. All rights reserved.