@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.
|
RenderingEngine |
getRenderingEngine()
The rendering engine for the simulation application.
|
RobotSoftwareSuite |
getRobotSoftwareSuite()
Information about the robot software suite.
|
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 |
setRenderingEngine(RenderingEngine renderingEngine)
The rendering engine for 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<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 |
withRenderingEngine(RenderingEngine renderingEngine)
The rendering engine for the simulation application.
|
UpdateSimulationApplicationRequest |
withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about the robot software suite.
|
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.
robotSoftwareSuite
- Information about the robot software suite.public RobotSoftwareSuite getRobotSoftwareSuite()
Information about the robot software suite.
public UpdateSimulationApplicationRequest 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 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 String toString()
toString
in class Object
Object.toString()
public UpdateSimulationApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.