@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartTestSetGenerationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartTestSetGenerationRequest() |
Modifier and Type | Method and Description |
---|---|
StartTestSetGenerationRequest |
addTestSetTagsEntry(String key,
String value)
Add a single TestSetTags entry
|
StartTestSetGenerationRequest |
clearTestSetTagsEntries()
Removes all the entries added into TestSetTags.
|
StartTestSetGenerationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The test set description for the test set generation request.
|
TestSetGenerationDataSource |
getGenerationDataSource()
The data source for the test set generation.
|
String |
getRoleArn()
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
|
TestSetStorageLocation |
getStorageLocation()
The Amazon S3 storage location for the test set generation.
|
String |
getTestSetName()
The test set name for the test set generation request.
|
Map<String,String> |
getTestSetTags()
A list of tags to add to the test set.
|
int |
hashCode() |
void |
setDescription(String description)
The test set description for the test set generation request.
|
void |
setGenerationDataSource(TestSetGenerationDataSource generationDataSource)
The data source for the test set generation.
|
void |
setRoleArn(String roleArn)
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
|
void |
setStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set generation.
|
void |
setTestSetName(String testSetName)
The test set name for the test set generation request.
|
void |
setTestSetTags(Map<String,String> testSetTags)
A list of tags to add to the test set.
|
String |
toString()
Returns a string representation of this object.
|
StartTestSetGenerationRequest |
withDescription(String description)
The test set description for the test set generation request.
|
StartTestSetGenerationRequest |
withGenerationDataSource(TestSetGenerationDataSource generationDataSource)
The data source for the test set generation.
|
StartTestSetGenerationRequest |
withRoleArn(String roleArn)
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
|
StartTestSetGenerationRequest |
withStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set generation.
|
StartTestSetGenerationRequest |
withTestSetName(String testSetName)
The test set name for the test set generation request.
|
StartTestSetGenerationRequest |
withTestSetTags(Map<String,String> testSetTags)
A list of tags to add to the test set.
|
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 setTestSetName(String testSetName)
The test set name for the test set generation request.
testSetName
- The test set name for the test set generation request.public String getTestSetName()
The test set name for the test set generation request.
public StartTestSetGenerationRequest withTestSetName(String testSetName)
The test set name for the test set generation request.
testSetName
- The test set name for the test set generation request.public void setDescription(String description)
The test set description for the test set generation request.
description
- The test set description for the test set generation request.public String getDescription()
The test set description for the test set generation request.
public StartTestSetGenerationRequest withDescription(String description)
The test set description for the test set generation request.
description
- The test set description for the test set generation request.public void setStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set generation.
storageLocation
- The Amazon S3 storage location for the test set generation.public TestSetStorageLocation getStorageLocation()
The Amazon S3 storage location for the test set generation.
public StartTestSetGenerationRequest withStorageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set generation.
storageLocation
- The Amazon S3 storage location for the test set generation.public void setGenerationDataSource(TestSetGenerationDataSource generationDataSource)
The data source for the test set generation.
generationDataSource
- The data source for the test set generation.public TestSetGenerationDataSource getGenerationDataSource()
The data source for the test set generation.
public StartTestSetGenerationRequest withGenerationDataSource(TestSetGenerationDataSource generationDataSource)
The data source for the test set generation.
generationDataSource
- The data source for the test set generation.public void setRoleArn(String roleArn)
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
roleArn
- The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.public String getRoleArn()
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
public StartTestSetGenerationRequest withRoleArn(String roleArn)
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
roleArn
- The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.public Map<String,String> getTestSetTags()
A list of tags to add to the test set. You can only add tags when you import/generate a new test set. You can't
use the UpdateTestSet
operation to update tags. To update tags, use the TagResource
operation.
UpdateTestSet
operation to update tags. To update tags, use the
TagResource
operation.public void setTestSetTags(Map<String,String> testSetTags)
A list of tags to add to the test set. You can only add tags when you import/generate a new test set. You can't
use the UpdateTestSet
operation to update tags. To update tags, use the TagResource
operation.
testSetTags
- A list of tags to add to the test set. You can only add tags when you import/generate a new test set. You
can't use the UpdateTestSet
operation to update tags. To update tags, use the
TagResource
operation.public StartTestSetGenerationRequest withTestSetTags(Map<String,String> testSetTags)
A list of tags to add to the test set. You can only add tags when you import/generate a new test set. You can't
use the UpdateTestSet
operation to update tags. To update tags, use the TagResource
operation.
testSetTags
- A list of tags to add to the test set. You can only add tags when you import/generate a new test set. You
can't use the UpdateTestSet
operation to update tags. To update tags, use the
TagResource
operation.public StartTestSetGenerationRequest addTestSetTagsEntry(String key, String value)
public StartTestSetGenerationRequest clearTestSetTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public StartTestSetGenerationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()