@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRobotApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateRobotApplicationResult() |
Modifier and Type | Method and Description |
---|---|
CreateRobotApplicationResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateRobotApplicationResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateRobotApplicationResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the robot application.
|
Environment |
getEnvironment()
An object that contains the Docker image URI used to a create 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 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)
An object that contains the Docker image URI used to a create 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 robot application.
|
void |
setVersion(String version)
The version of the robot application.
|
String |
toString()
Returns a string representation of this object.
|
CreateRobotApplicationResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the robot application.
|
CreateRobotApplicationResult |
withEnvironment(Environment environment)
An object that contains the Docker image URI used to a create your robot application.
|
CreateRobotApplicationResult |
withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
|
CreateRobotApplicationResult |
withName(String name)
The name of the robot application.
|
CreateRobotApplicationResult |
withRevisionId(String revisionId)
The revision id of the robot application.
|
CreateRobotApplicationResult |
withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
|
CreateRobotApplicationResult |
withSources(Collection<Source> sources)
The sources of the robot application.
|
CreateRobotApplicationResult |
withSources(Source... sources)
The sources of the robot application.
|
CreateRobotApplicationResult |
withTags(Map<String,String> tags)
The list of all tags added to the robot application.
|
CreateRobotApplicationResult |
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 CreateRobotApplicationResult 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 CreateRobotApplicationResult 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 CreateRobotApplicationResult 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 CreateRobotApplicationResult 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 CreateRobotApplicationResult 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 CreateRobotApplicationResult 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 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 CreateRobotApplicationResult 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 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 CreateRobotApplicationResult withRevisionId(String revisionId)
The revision id of the robot application.
revisionId
- The revision id of the robot application.public Map<String,String> getTags()
The list of all tags added to the robot application.
public void setTags(Map<String,String> tags)
The list of all tags added to the robot application.
tags
- The list of all tags added to the robot application.public CreateRobotApplicationResult withTags(Map<String,String> tags)
The list of all tags added to the robot application.
tags
- The list of all tags added to the robot application.public CreateRobotApplicationResult addTagsEntry(String key, String value)
public CreateRobotApplicationResult clearTagsEntries()
public void setEnvironment(Environment environment)
An object that contains the Docker image URI used to a create your robot application.
environment
- An object that contains the Docker image URI used to a create your robot application.public Environment getEnvironment()
An object that contains the Docker image URI used to a create your robot application.
public CreateRobotApplicationResult withEnvironment(Environment environment)
An object that contains the Docker image URI used to a create your robot application.
environment
- An object that contains the Docker image URI used to a create your robot application.public String toString()
toString
in class Object
Object.toString()
public CreateRobotApplicationResult clone()