@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSimulationApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateSimulationApplicationResult() |
Modifier and Type | Method and Description |
---|---|
CreateSimulationApplicationResult |
addTagsEntry(String key,
String value) |
CreateSimulationApplicationResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSimulationApplicationResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the 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.
|
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 simulation application.
|
String |
getVersion()
The version of the simulation application.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the 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.
|
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 simulation application.
|
void |
setVersion(String version)
The version of the simulation application.
|
String |
toString()
Returns a string representation of this object.
|
CreateSimulationApplicationResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the simulation application.
|
CreateSimulationApplicationResult |
withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
|
CreateSimulationApplicationResult |
withName(String name)
The name of the simulation application.
|
CreateSimulationApplicationResult |
withRenderingEngine(RenderingEngine renderingEngine)
The rendering engine for the simulation application.
|
CreateSimulationApplicationResult |
withRevisionId(String revisionId)
The revision id of the simulation application.
|
CreateSimulationApplicationResult |
withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about the robot software suite.
|
CreateSimulationApplicationResult |
withSimulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
The simulation software suite used by the simulation application.
|
CreateSimulationApplicationResult |
withSources(Collection<Source> sources)
The sources of the simulation application.
|
CreateSimulationApplicationResult |
withSources(Source... sources)
The sources of the simulation application.
|
CreateSimulationApplicationResult |
withTags(Map<String,String> tags)
The list of all tags added to the simulation application.
|
CreateSimulationApplicationResult |
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 simulation application.
arn
- The Amazon Resource Name (ARN) of the simulation application.public String getArn()
The Amazon Resource Name (ARN) of the simulation application.
public CreateSimulationApplicationResult withArn(String arn)
The Amazon Resource Name (ARN) of the simulation application.
arn
- The Amazon Resource Name (ARN) of the 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 CreateSimulationApplicationResult 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 CreateSimulationApplicationResult 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 CreateSimulationApplicationResult 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 CreateSimulationApplicationResult 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 CreateSimulationApplicationResult 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.
robotSoftwareSuite
- Information about the robot software suite.public RobotSoftwareSuite getRobotSoftwareSuite()
Information about the robot software suite.
public CreateSimulationApplicationResult withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about the robot software suite.
robotSoftwareSuite
- Information about the robot software suite.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 CreateSimulationApplicationResult withRenderingEngine(RenderingEngine renderingEngine)
The rendering engine for the simulation application.
renderingEngine
- The rendering engine for 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 CreateSimulationApplicationResult 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 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 CreateSimulationApplicationResult withRevisionId(String revisionId)
The revision id of the simulation application.
revisionId
- The revision id of the simulation application.public Map<String,String> getTags()
The list of all tags added to the simulation application.
public void setTags(Map<String,String> tags)
The list of all tags added to the simulation application.
tags
- The list of all tags added to the simulation application.public CreateSimulationApplicationResult withTags(Map<String,String> tags)
The list of all tags added to the simulation application.
tags
- The list of all tags added to the simulation application.public CreateSimulationApplicationResult addTagsEntry(String key, String value)
public CreateSimulationApplicationResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateSimulationApplicationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.