@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()
Request to start suite run based on suite definition Id.
|
String |
getSuiteDefinitionVersion()
Request to start suite run based on suite definition version.
|
SuiteRunConfiguration |
getSuiteRunConfiguration()
Request to start suite run based on suite configuration.
|
Map<String,String> |
getTags()
The tags to be attached to the suite run.
|
int |
hashCode() |
void |
setSuiteDefinitionId(String suiteDefinitionId)
Request to start suite run based on suite definition Id.
|
void |
setSuiteDefinitionVersion(String suiteDefinitionVersion)
Request to start suite run based on suite definition version.
|
void |
setSuiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)
Request to start suite run based on suite 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)
Request to start suite run based on suite definition Id.
|
StartSuiteRunRequest |
withSuiteDefinitionVersion(String suiteDefinitionVersion)
Request to start suite run based on suite definition version.
|
StartSuiteRunRequest |
withSuiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)
Request to start suite run based on suite 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)
Request to start suite run based on suite definition Id.
suiteDefinitionId
- Request to start suite run based on suite definition Id.public String getSuiteDefinitionId()
Request to start suite run based on suite definition Id.
public StartSuiteRunRequest withSuiteDefinitionId(String suiteDefinitionId)
Request to start suite run based on suite definition Id.
suiteDefinitionId
- Request to start suite run based on suite definition Id.public void setSuiteDefinitionVersion(String suiteDefinitionVersion)
Request to start suite run based on suite definition version.
suiteDefinitionVersion
- Request to start suite run based on suite definition version.public String getSuiteDefinitionVersion()
Request to start suite run based on suite definition version.
public StartSuiteRunRequest withSuiteDefinitionVersion(String suiteDefinitionVersion)
Request to start suite run based on suite definition version.
suiteDefinitionVersion
- Request to start suite run based on suite definition version.public void setSuiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)
Request to start suite run based on suite configuration.
suiteRunConfiguration
- Request to start suite run based on suite configuration.public SuiteRunConfiguration getSuiteRunConfiguration()
Request to start suite run based on suite configuration.
public StartSuiteRunRequest withSuiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)
Request to start suite run based on suite configuration.
suiteRunConfiguration
- Request to start suite run based on suite 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()