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