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