@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSuiteRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartSuiteRunRequest() |
Modifier and Type | Method and Description |
---|---|
StartSuiteRunRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartSuiteRunRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
StartSuiteRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSuiteDefinitionId()
Suite definition ID of the test suite.
|
String |
getSuiteDefinitionVersion()
Suite definition version of the test suite.
|
SuiteRunConfiguration |
getSuiteRunConfiguration()
Suite run configuration.
|
Map<String,String> |
getTags()
The tags to be attached to the suite run.
|
int |
hashCode() |
void |
setSuiteDefinitionId(String suiteDefinitionId)
Suite definition ID of the test suite.
|
void |
setSuiteDefinitionVersion(String suiteDefinitionVersion)
Suite definition version of the test suite.
|
void |
setSuiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)
Suite run configuration.
|
void |
setTags(Map<String,String> tags)
The tags to be attached to the suite run.
|
String |
toString()
Returns a string representation of this object.
|
StartSuiteRunRequest |
withSuiteDefinitionId(String suiteDefinitionId)
Suite definition ID of the test suite.
|
StartSuiteRunRequest |
withSuiteDefinitionVersion(String suiteDefinitionVersion)
Suite definition version of the test suite.
|
StartSuiteRunRequest |
withSuiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)
Suite run configuration.
|
StartSuiteRunRequest |
withTags(Map<String,String> tags)
The tags to be attached to the suite 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 setSuiteDefinitionId(String suiteDefinitionId)
Suite definition ID of the test suite.
suiteDefinitionId
- Suite definition ID of the test suite.public String getSuiteDefinitionId()
Suite definition ID of the test suite.
public StartSuiteRunRequest withSuiteDefinitionId(String suiteDefinitionId)
Suite definition ID of the test suite.
suiteDefinitionId
- Suite definition ID of the test suite.public void setSuiteDefinitionVersion(String suiteDefinitionVersion)
Suite definition version of the test suite.
suiteDefinitionVersion
- Suite definition version of the test suite.public String getSuiteDefinitionVersion()
Suite definition version of the test suite.
public StartSuiteRunRequest withSuiteDefinitionVersion(String suiteDefinitionVersion)
Suite definition version of the test suite.
suiteDefinitionVersion
- Suite definition version of the test suite.public void setSuiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)
Suite run configuration.
suiteRunConfiguration
- Suite run configuration.public SuiteRunConfiguration getSuiteRunConfiguration()
Suite run configuration.
public StartSuiteRunRequest withSuiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)
Suite run configuration.
suiteRunConfiguration
- Suite run configuration.public Map<String,String> getTags()
The tags to be attached to the suite run.
public void setTags(Map<String,String> tags)
The tags to be attached to the suite run.
tags
- The tags to be attached to the suite run.public StartSuiteRunRequest withTags(Map<String,String> tags)
The tags to be attached to the suite run.
tags
- The tags to be attached to the suite run.public StartSuiteRunRequest addTagsEntry(String key, String value)
public StartSuiteRunRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public StartSuiteRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()