@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRobotApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateRobotApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateRobotApplicationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the robot application.
|
RobotSoftwareSuite |
getRobotSoftwareSuite()
The robot software suite used by the robot application.
|
List<SourceConfig> |
getSources()
The sources of the robot application.
|
int |
hashCode() |
void |
setName(String name)
The name of the robot application.
|
void |
setRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite used by the robot application.
|
void |
setSources(Collection<SourceConfig> sources)
The sources of the robot application.
|
String |
toString()
Returns a string representation of this object.
|
CreateRobotApplicationRequest |
withName(String name)
The name of the robot application.
|
CreateRobotApplicationRequest |
withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite used by the robot application.
|
CreateRobotApplicationRequest |
withSources(Collection<SourceConfig> sources)
The sources of the robot application.
|
CreateRobotApplicationRequest |
withSources(SourceConfig... sources)
The sources of the robot application.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setName(String name)
The name of the robot application.
name - The name of the robot application.public String getName()
The name of the robot application.
public CreateRobotApplicationRequest withName(String name)
The name of the robot application.
name - The name of the robot application.public List<SourceConfig> getSources()
The sources of the robot application.
public void setSources(Collection<SourceConfig> sources)
The sources of the robot application.
sources - The sources of the robot application.public CreateRobotApplicationRequest withSources(SourceConfig... sources)
The sources of the robot 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 robot application.public CreateRobotApplicationRequest withSources(Collection<SourceConfig> sources)
The sources of the robot application.
sources - The sources of the robot application.public void setRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite used by the robot application.
robotSoftwareSuite - The robot software suite used by the robot application.public RobotSoftwareSuite getRobotSoftwareSuite()
The robot software suite used by the robot application.
public CreateRobotApplicationRequest withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite used by the robot application.
robotSoftwareSuite - The robot software suite used by the robot application.public String toString()
toString in class ObjectObject.toString()public CreateRobotApplicationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.