@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartTestRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartTestRunRequest() |
Modifier and Type | Method and Description |
---|---|
StartTestRunRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartTestRunRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
StartTestRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
The client token of the test run.
|
Map<String,String> |
getTags()
The tags of the test run.
|
String |
getTestConfigurationId()
The configuration ID of the test run.
|
String |
getTestSuiteId()
The test suite ID of the test run.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The client token of the test run.
|
void |
setTags(Map<String,String> tags)
The tags of the test run.
|
void |
setTestConfigurationId(String testConfigurationId)
The configuration ID of the test run.
|
void |
setTestSuiteId(String testSuiteId)
The test suite ID of the test run.
|
String |
toString()
Returns a string representation of this object.
|
StartTestRunRequest |
withClientToken(String clientToken)
The client token of the test run.
|
StartTestRunRequest |
withTags(Map<String,String> tags)
The tags of the test run.
|
StartTestRunRequest |
withTestConfigurationId(String testConfigurationId)
The configuration ID of the test run.
|
StartTestRunRequest |
withTestSuiteId(String testSuiteId)
The test suite ID of the test run.
|
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 setTestSuiteId(String testSuiteId)
The test suite ID of the test run.
testSuiteId
- The test suite ID of the test run.public String getTestSuiteId()
The test suite ID of the test run.
public StartTestRunRequest withTestSuiteId(String testSuiteId)
The test suite ID of the test run.
testSuiteId
- The test suite ID of the test run.public void setTestConfigurationId(String testConfigurationId)
The configuration ID of the test run.
testConfigurationId
- The configuration ID of the test run.public String getTestConfigurationId()
The configuration ID of the test run.
public StartTestRunRequest withTestConfigurationId(String testConfigurationId)
The configuration ID of the test run.
testConfigurationId
- The configuration ID of the test run.public void setClientToken(String clientToken)
The client token of the test run.
clientToken
- The client token of the test run.public String getClientToken()
The client token of the test run.
public StartTestRunRequest withClientToken(String clientToken)
The client token of the test run.
clientToken
- The client token of the test run.public Map<String,String> getTags()
The tags of the test run.
public void setTags(Map<String,String> tags)
The tags of the test run.
tags
- The tags of the test run.public StartTestRunRequest withTags(Map<String,String> tags)
The tags of the test run.
tags
- The tags of the test run.public StartTestRunRequest addTagsEntry(String key, String value)
public StartTestRunRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public StartTestRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()