@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSimulationApplicationVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateSimulationApplicationVersionResult() |
Modifier and Type | Method and Description |
---|---|
CreateSimulationApplicationVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the simulation application.
|
Environment |
getEnvironment()
The object that contains the Docker image URI used to create 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 (ROS distribution).
|
SimulationSoftwareSuite |
getSimulationSoftwareSuite()
The simulation software suite used by the simulation application.
|
List<Source> |
getSources()
The sources of 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 |
setEnvironment(Environment environment)
The object that contains the Docker image URI used to create 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 (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 |
setVersion(String version)
The version of the simulation application.
|
String |
toString()
Returns a string representation of this object.
|
CreateSimulationApplicationVersionResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the simulation application.
|
CreateSimulationApplicationVersionResult |
withEnvironment(Environment environment)
The object that contains the Docker image URI used to create the simulation application.
|
CreateSimulationApplicationVersionResult |
withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
|
CreateSimulationApplicationVersionResult |
withName(String name)
The name of the simulation application.
|
CreateSimulationApplicationVersionResult |
withRenderingEngine(RenderingEngine renderingEngine)
The rendering engine for the simulation application.
|
CreateSimulationApplicationVersionResult |
withRevisionId(String revisionId)
The revision ID of the simulation application.
|
CreateSimulationApplicationVersionResult |
withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about the robot software suite (ROS distribution).
|
CreateSimulationApplicationVersionResult |
withSimulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
The simulation software suite used by the simulation application.
|
CreateSimulationApplicationVersionResult |
withSources(Collection<Source> sources)
The sources of the simulation application.
|
CreateSimulationApplicationVersionResult |
withSources(Source... sources)
The sources of the simulation application.
|
CreateSimulationApplicationVersionResult |
withVersion(String version)
The version of the simulation application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateSimulationApplicationVersionResult()
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 CreateSimulationApplicationVersionResult 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 CreateSimulationApplicationVersionResult 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 CreateSimulationApplicationVersionResult 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 CreateSimulationApplicationVersionResult 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 CreateSimulationApplicationVersionResult 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 CreateSimulationApplicationVersionResult 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 CreateSimulationApplicationVersionResult 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 CreateSimulationApplicationVersionResult 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 CreateSimulationApplicationVersionResult 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 CreateSimulationApplicationVersionResult withRevisionId(String revisionId)
The revision ID of the simulation application.
revisionId
- The revision ID of the simulation application.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 CreateSimulationApplicationVersionResult 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 String toString()
toString
in class Object
Object.toString()
public CreateSimulationApplicationVersionResult clone()