@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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
version()
The version of the robot application.
|
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RobotApplicationSummary.Builder,RobotApplicationSummary>
public static RobotApplicationSummary.Builder builder()
public static Class<? extends RobotApplicationSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.