@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTestSuiteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateTestSuiteRequest() |
Modifier and Type | Method and Description |
---|---|
CreateTestSuiteRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateTestSuiteRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateTestSuiteRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Step> |
getAfterSteps()
The after steps of the test suite.
|
List<Step> |
getBeforeSteps()
The before steps of the test suite.
|
String |
getClientToken()
The client token of the test suite.
|
String |
getDescription()
The description of the test suite.
|
String |
getName()
The name of the test suite.
|
Map<String,String> |
getTags()
The tags of the test suite.
|
TestCases |
getTestCases()
The test cases in the test suite.
|
int |
hashCode() |
void |
setAfterSteps(Collection<Step> afterSteps)
The after steps of the test suite.
|
void |
setBeforeSteps(Collection<Step> beforeSteps)
The before steps of the test suite.
|
void |
setClientToken(String clientToken)
The client token of the test suite.
|
void |
setDescription(String description)
The description of the test suite.
|
void |
setName(String name)
The name of the test suite.
|
void |
setTags(Map<String,String> tags)
The tags of the test suite.
|
void |
setTestCases(TestCases testCases)
The test cases in the test suite.
|
String |
toString()
Returns a string representation of this object.
|
CreateTestSuiteRequest |
withAfterSteps(Collection<Step> afterSteps)
The after steps of the test suite.
|
CreateTestSuiteRequest |
withAfterSteps(Step... afterSteps)
The after steps of the test suite.
|
CreateTestSuiteRequest |
withBeforeSteps(Collection<Step> beforeSteps)
The before steps of the test suite.
|
CreateTestSuiteRequest |
withBeforeSteps(Step... beforeSteps)
The before steps of the test suite.
|
CreateTestSuiteRequest |
withClientToken(String clientToken)
The client token of the test suite.
|
CreateTestSuiteRequest |
withDescription(String description)
The description of the test suite.
|
CreateTestSuiteRequest |
withName(String name)
The name of the test suite.
|
CreateTestSuiteRequest |
withTags(Map<String,String> tags)
The tags of the test suite.
|
CreateTestSuiteRequest |
withTestCases(TestCases testCases)
The test cases in the test suite.
|
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 test suite.
name
- The name of the test suite.public String getName()
The name of the test suite.
public CreateTestSuiteRequest withName(String name)
The name of the test suite.
name
- The name of the test suite.public void setDescription(String description)
The description of the test suite.
description
- The description of the test suite.public String getDescription()
The description of the test suite.
public CreateTestSuiteRequest withDescription(String description)
The description of the test suite.
description
- The description of the test suite.public List<Step> getBeforeSteps()
The before steps of the test suite.
public void setBeforeSteps(Collection<Step> beforeSteps)
The before steps of the test suite.
beforeSteps
- The before steps of the test suite.public CreateTestSuiteRequest withBeforeSteps(Step... beforeSteps)
The before steps of the test suite.
NOTE: This method appends the values to the existing list (if any). Use
setBeforeSteps(java.util.Collection)
or withBeforeSteps(java.util.Collection)
if you want to
override the existing values.
beforeSteps
- The before steps of the test suite.public CreateTestSuiteRequest withBeforeSteps(Collection<Step> beforeSteps)
The before steps of the test suite.
beforeSteps
- The before steps of the test suite.public List<Step> getAfterSteps()
The after steps of the test suite.
public void setAfterSteps(Collection<Step> afterSteps)
The after steps of the test suite.
afterSteps
- The after steps of the test suite.public CreateTestSuiteRequest withAfterSteps(Step... afterSteps)
The after steps of the test suite.
NOTE: This method appends the values to the existing list (if any). Use
setAfterSteps(java.util.Collection)
or withAfterSteps(java.util.Collection)
if you want to
override the existing values.
afterSteps
- The after steps of the test suite.public CreateTestSuiteRequest withAfterSteps(Collection<Step> afterSteps)
The after steps of the test suite.
afterSteps
- The after steps of the test suite.public void setTestCases(TestCases testCases)
The test cases in the test suite.
testCases
- The test cases in the test suite.public TestCases getTestCases()
The test cases in the test suite.
public CreateTestSuiteRequest withTestCases(TestCases testCases)
The test cases in the test suite.
testCases
- The test cases in the test suite.public void setClientToken(String clientToken)
The client token of the test suite.
clientToken
- The client token of the test suite.public String getClientToken()
The client token of the test suite.
public CreateTestSuiteRequest withClientToken(String clientToken)
The client token of the test suite.
clientToken
- The client token of the test suite.public Map<String,String> getTags()
The tags of the test suite.
public void setTags(Map<String,String> tags)
The tags of the test suite.
tags
- The tags of the test suite.public CreateTestSuiteRequest withTags(Map<String,String> tags)
The tags of the test suite.
tags
- The tags of the test suite.public CreateTestSuiteRequest addTagsEntry(String key, String value)
public CreateTestSuiteRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateTestSuiteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()