@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSimulationApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSimulationApplicationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSimulationApplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplication()
The application information for the simulation application.
|
String |
getCurrentRevisionId()
The revision id for the robot application.
|
Environment |
getEnvironment()
The object that contains the Docker image URI for your simulation application.
|
RenderingEngine |
getRenderingEngine()
The rendering engine for 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<SourceConfig> |
getSources()
The sources of the simulation application.
|
int |
hashCode() |
void |
setApplication(String application)
The application information for the simulation application.
|
void |
setCurrentRevisionId(String currentRevisionId)
The revision id for the robot application.
|
void |
setEnvironment(Environment environment)
The object that contains the Docker image URI for your simulation application.
|
void |
setRenderingEngine(RenderingEngine renderingEngine)
The rendering engine for 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<SourceConfig> sources)
The sources of the simulation application.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSimulationApplicationRequest |
withApplication(String application)
The application information for the simulation application.
|
UpdateSimulationApplicationRequest |
withCurrentRevisionId(String currentRevisionId)
The revision id for the robot application.
|
UpdateSimulationApplicationRequest |
withEnvironment(Environment environment)
The object that contains the Docker image URI for your simulation application.
|
UpdateSimulationApplicationRequest |
withRenderingEngine(RenderingEngine renderingEngine)
The rendering engine for the simulation application.
|
UpdateSimulationApplicationRequest |
withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about the robot software suite (ROS distribution).
|
UpdateSimulationApplicationRequest |
withSimulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
The simulation software suite used by the simulation application.
|
UpdateSimulationApplicationRequest |
withSources(Collection<SourceConfig> sources)
The sources of the simulation application.
|
UpdateSimulationApplicationRequest |
withSources(SourceConfig... sources)
The sources of the simulation application.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setApplication(String application)
The application information for the simulation application.
application
- The application information for the simulation application.public String getApplication()
The application information for the simulation application.
public UpdateSimulationApplicationRequest withApplication(String application)
The application information for the simulation application.
application
- The application information for the simulation application.public List<SourceConfig> getSources()
The sources of the simulation application.
public void setSources(Collection<SourceConfig> sources)
The sources of the simulation application.
sources
- The sources of the simulation application.public UpdateSimulationApplicationRequest withSources(SourceConfig... 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 UpdateSimulationApplicationRequest withSources(Collection<SourceConfig> 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 UpdateSimulationApplicationRequest 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 UpdateSimulationApplicationRequest 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 UpdateSimulationApplicationRequest withRenderingEngine(RenderingEngine renderingEngine)
The rendering engine for the simulation application.
renderingEngine
- The rendering engine for the simulation application.public void setCurrentRevisionId(String currentRevisionId)
The revision id for the robot application.
currentRevisionId
- The revision id for the robot application.public String getCurrentRevisionId()
The revision id for the robot application.
public UpdateSimulationApplicationRequest withCurrentRevisionId(String currentRevisionId)
The revision id for the robot application.
currentRevisionId
- The revision id for the robot application.public void setEnvironment(Environment environment)
The object that contains the Docker image URI for your simulation application.
environment
- The object that contains the Docker image URI for your simulation application.public Environment getEnvironment()
The object that contains the Docker image URI for your simulation application.
public UpdateSimulationApplicationRequest withEnvironment(Environment environment)
The object that contains the Docker image URI for your simulation application.
environment
- The object that contains the Docker image URI for your simulation application.public String toString()
toString
in class Object
Object.toString()
public UpdateSimulationApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()