@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRobotApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRobotApplicationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRobotApplicationResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeRobotApplicationResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeRobotApplicationResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the robot application.
|
Environment |
getEnvironment()
The object that contains the Docker image URI used to create the robot application.
|
String |
getImageDigest()
A SHA256 identifier for the Docker image that you use for your robot application.
|
Date |
getLastUpdatedAt()
The time, in milliseconds since the epoch, when the robot application was last updated.
|
String |
getName()
The name of the robot application.
|
String |
getRevisionId()
The revision id of the robot application.
|
RobotSoftwareSuite |
getRobotSoftwareSuite()
The robot software suite (ROS distribution) used by the robot application.
|
List<Source> |
getSources()
The sources of the robot application.
|
Map<String,String> |
getTags()
The list of all tags added to the specified robot application.
|
String |
getVersion()
The version of the robot application.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the robot application.
|
void |
setEnvironment(Environment environment)
The object that contains the Docker image URI used to create the robot application.
|
void |
setImageDigest(String imageDigest)
A SHA256 identifier for the Docker image that you use for your robot application.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
|
void |
setName(String name)
The name of the robot application.
|
void |
setRevisionId(String revisionId)
The revision id of the robot application.
|
void |
setRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
|
void |
setSources(Collection<Source> sources)
The sources of the robot application.
|
void |
setTags(Map<String,String> tags)
The list of all tags added to the specified robot application.
|
void |
setVersion(String version)
The version of the robot application.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRobotApplicationResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the robot application.
|
DescribeRobotApplicationResult |
withEnvironment(Environment environment)
The object that contains the Docker image URI used to create the robot application.
|
DescribeRobotApplicationResult |
withImageDigest(String imageDigest)
A SHA256 identifier for the Docker image that you use for your robot application.
|
DescribeRobotApplicationResult |
withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
|
DescribeRobotApplicationResult |
withName(String name)
The name of the robot application.
|
DescribeRobotApplicationResult |
withRevisionId(String revisionId)
The revision id of the robot application.
|
DescribeRobotApplicationResult |
withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
|
DescribeRobotApplicationResult |
withSources(Collection<Source> sources)
The sources of the robot application.
|
DescribeRobotApplicationResult |
withSources(Source... sources)
The sources of the robot application.
|
DescribeRobotApplicationResult |
withTags(Map<String,String> tags)
The list of all tags added to the specified robot application.
|
DescribeRobotApplicationResult |
withVersion(String version)
The version of the robot application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the robot application.
arn
- The Amazon Resource Name (ARN) of the robot application.public String getArn()
The Amazon Resource Name (ARN) of the robot application.
public DescribeRobotApplicationResult withArn(String arn)
The Amazon Resource Name (ARN) of the robot application.
arn
- The Amazon Resource Name (ARN) of the robot application.public void setName(String name)
The name of the robot application.
name
- The name of the robot application.public String getName()
The name of the robot application.
public DescribeRobotApplicationResult withName(String name)
The name of the robot application.
name
- The name of the robot application.public void setVersion(String version)
The version of the robot application.
version
- The version of the robot application.public String getVersion()
The version of the robot application.
public DescribeRobotApplicationResult withVersion(String version)
The version of the robot application.
version
- The version of the robot application.public List<Source> getSources()
The sources of the robot application.
public void setSources(Collection<Source> sources)
The sources of the robot application.
sources
- The sources of the robot application.public DescribeRobotApplicationResult withSources(Source... sources)
The sources of the robot application.
NOTE: This method appends the values to the existing list (if any). Use
setSources(java.util.Collection)
or withSources(java.util.Collection)
if you want to override
the existing values.
sources
- The sources of the robot application.public DescribeRobotApplicationResult withSources(Collection<Source> sources)
The sources of the robot application.
sources
- The sources of the robot application.public void setRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
robotSoftwareSuite
- The robot software suite (ROS distribution) used by the robot application.public RobotSoftwareSuite getRobotSoftwareSuite()
The robot software suite (ROS distribution) used by the robot application.
public DescribeRobotApplicationResult withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
robotSoftwareSuite
- The robot software suite (ROS distribution) used by the robot application.public void setRevisionId(String revisionId)
The revision id of the robot application.
revisionId
- The revision id of the robot application.public String getRevisionId()
The revision id of the robot application.
public DescribeRobotApplicationResult withRevisionId(String revisionId)
The revision id of the robot application.
revisionId
- The revision id of the robot application.public void setLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
lastUpdatedAt
- The time, in milliseconds since the epoch, when the robot application was last updated.public Date getLastUpdatedAt()
The time, in milliseconds since the epoch, when the robot application was last updated.
public DescribeRobotApplicationResult withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
lastUpdatedAt
- The time, in milliseconds since the epoch, when the robot application was last updated.public Map<String,String> getTags()
The list of all tags added to the specified robot application.
public void setTags(Map<String,String> tags)
The list of all tags added to the specified robot application.
tags
- The list of all tags added to the specified robot application.public DescribeRobotApplicationResult withTags(Map<String,String> tags)
The list of all tags added to the specified robot application.
tags
- The list of all tags added to the specified robot application.public DescribeRobotApplicationResult addTagsEntry(String key, String value)
public DescribeRobotApplicationResult clearTagsEntries()
public void setEnvironment(Environment environment)
The object that contains the Docker image URI used to create the robot application.
environment
- The object that contains the Docker image URI used to create the robot application.public Environment getEnvironment()
The object that contains the Docker image URI used to create the robot application.
public DescribeRobotApplicationResult withEnvironment(Environment environment)
The object that contains the Docker image URI used to create the robot application.
environment
- The object that contains the Docker image URI used to create the robot application.public void setImageDigest(String imageDigest)
A SHA256 identifier for the Docker image that you use for your robot application.
imageDigest
- A SHA256 identifier for the Docker image that you use for your robot application.public String getImageDigest()
A SHA256 identifier for the Docker image that you use for your robot application.
public DescribeRobotApplicationResult withImageDigest(String imageDigest)
A SHA256 identifier for the Docker image that you use for your robot application.
imageDigest
- A SHA256 identifier for the Docker image that you use for your robot application.public String toString()
toString
in class Object
Object.toString()
public DescribeRobotApplicationResult clone()