@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRobotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRobotResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRobotResult |
addTagsEntry(String key,
String value) |
DescribeRobotResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeRobotResult |
clone() |
boolean |
equals(Object obj) |
String |
getArchitecture()
The target architecture of the robot application.
|
String |
getArn()
The Amazon Resource Name (ARN) of the robot.
|
Date |
getCreatedAt()
The time, in milliseconds since the epoch, when the robot was created.
|
String |
getFleetArn()
The Amazon Resource Name (ARN) of the fleet.
|
String |
getGreengrassGroupId()
The Greengrass group id.
|
String |
getLastDeploymentJob()
The Amazon Resource Name (ARN) of the last deployment job.
|
Date |
getLastDeploymentTime()
The time of the last deployment job.
|
String |
getName()
The name of the robot.
|
String |
getStatus()
The status of the fleet.
|
Map<String,String> |
getTags()
The list of all tags added to the specified robot.
|
int |
hashCode() |
void |
setArchitecture(String architecture)
The target architecture of the robot application.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the robot.
|
void |
setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the robot was created.
|
void |
setFleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet.
|
void |
setGreengrassGroupId(String greengrassGroupId)
The Greengrass group id.
|
void |
setLastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
|
void |
setLastDeploymentTime(Date lastDeploymentTime)
The time of the last deployment job.
|
void |
setName(String name)
The name of the robot.
|
void |
setStatus(String status)
The status of the fleet.
|
void |
setTags(Map<String,String> tags)
The list of all tags added to the specified robot.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRobotResult |
withArchitecture(Architecture architecture)
The target architecture of the robot application.
|
DescribeRobotResult |
withArchitecture(String architecture)
The target architecture of the robot application.
|
DescribeRobotResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the robot.
|
DescribeRobotResult |
withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the robot was created.
|
DescribeRobotResult |
withFleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet.
|
DescribeRobotResult |
withGreengrassGroupId(String greengrassGroupId)
The Greengrass group id.
|
DescribeRobotResult |
withLastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
|
DescribeRobotResult |
withLastDeploymentTime(Date lastDeploymentTime)
The time of the last deployment job.
|
DescribeRobotResult |
withName(String name)
The name of the robot.
|
DescribeRobotResult |
withStatus(RobotStatus status)
The status of the fleet.
|
DescribeRobotResult |
withStatus(String status)
The status of the fleet.
|
DescribeRobotResult |
withTags(Map<String,String> tags)
The list of all tags added to the specified robot.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the robot.
arn
- The Amazon Resource Name (ARN) of the robot.public String getArn()
The Amazon Resource Name (ARN) of the robot.
public DescribeRobotResult withArn(String arn)
The Amazon Resource Name (ARN) of the robot.
arn
- The Amazon Resource Name (ARN) of the robot.public void setName(String name)
The name of the robot.
name
- The name of the robot.public String getName()
The name of the robot.
public DescribeRobotResult withName(String name)
The name of the robot.
name
- The name of the robot.public void setFleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet.
fleetArn
- The Amazon Resource Name (ARN) of the fleet.public String getFleetArn()
The Amazon Resource Name (ARN) of the fleet.
public DescribeRobotResult withFleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet.
fleetArn
- The Amazon Resource Name (ARN) of the fleet.public void setStatus(String status)
The status of the fleet.
status
- The status of the fleet.RobotStatus
public String getStatus()
The status of the fleet.
RobotStatus
public DescribeRobotResult withStatus(String status)
The status of the fleet.
status
- The status of the fleet.RobotStatus
public DescribeRobotResult withStatus(RobotStatus status)
The status of the fleet.
status
- The status of the fleet.RobotStatus
public void setGreengrassGroupId(String greengrassGroupId)
The Greengrass group id.
greengrassGroupId
- The Greengrass group id.public String getGreengrassGroupId()
The Greengrass group id.
public DescribeRobotResult withGreengrassGroupId(String greengrassGroupId)
The Greengrass group id.
greengrassGroupId
- The Greengrass group id.public void setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the robot was created.
createdAt
- The time, in milliseconds since the epoch, when the robot was created.public Date getCreatedAt()
The time, in milliseconds since the epoch, when the robot was created.
public DescribeRobotResult withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the robot was created.
createdAt
- The time, in milliseconds since the epoch, when the robot was created.public void setArchitecture(String architecture)
The target architecture of the robot application.
architecture
- The target architecture of the robot application.Architecture
public String getArchitecture()
The target architecture of the robot application.
Architecture
public DescribeRobotResult withArchitecture(String architecture)
The target architecture of the robot application.
architecture
- The target architecture of the robot application.Architecture
public DescribeRobotResult withArchitecture(Architecture architecture)
The target architecture of the robot application.
architecture
- The target architecture of the robot application.Architecture
public void setLastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
lastDeploymentJob
- The Amazon Resource Name (ARN) of the last deployment job.public String getLastDeploymentJob()
The Amazon Resource Name (ARN) of the last deployment job.
public DescribeRobotResult withLastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
lastDeploymentJob
- The Amazon Resource Name (ARN) of the last deployment job.public void setLastDeploymentTime(Date lastDeploymentTime)
The time of the last deployment job.
lastDeploymentTime
- The time of the last deployment job.public Date getLastDeploymentTime()
The time of the last deployment job.
public DescribeRobotResult withLastDeploymentTime(Date lastDeploymentTime)
The time of the last deployment job.
lastDeploymentTime
- The time of the last deployment job.public Map<String,String> getTags()
The list of all tags added to the specified robot.
public void setTags(Map<String,String> tags)
The list of all tags added to the specified robot.
tags
- The list of all tags added to the specified robot.public DescribeRobotResult withTags(Map<String,String> tags)
The list of all tags added to the specified robot.
tags
- The list of all tags added to the specified robot.public DescribeRobotResult addTagsEntry(String key, String value)
public DescribeRobotResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public DescribeRobotResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.