@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 |
addTagsEntry(String key,
String value) |
CreateRobotApplicationRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateRobotApplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
Map<String,String> |
getTags()
A map that contains tag keys and tag values that are attached to 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.
|
void |
setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to 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.
|
CreateRobotApplicationRequest |
withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the robot 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 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 Map<String,String> getTags()
A map that contains tag keys and tag values that are attached to the robot application.
public void setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the robot application.
tags
- A map that contains tag keys and tag values that are attached to the robot application.public CreateRobotApplicationRequest withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the robot application.
tags
- A map that contains tag keys and tag values that are attached to the robot application.public CreateRobotApplicationRequest addTagsEntry(String key, String value)
public CreateRobotApplicationRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateRobotApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.