@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTestSuiteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateTestSuiteRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateTestSuiteRequest | 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 for the test suite. | 
| String | getDescription()
 The description of the test suite. | 
| TestCases | getTestCases()
 The test cases in the test suite. | 
| String | getTestSuiteId()
 The test suite ID of 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 for the test suite. | 
| void | setDescription(String description)
 The description of the test suite. | 
| void | setTestCases(TestCases testCases)
 The test cases in the test suite. | 
| void | setTestSuiteId(String testSuiteId)
 The test suite ID of the test suite. | 
| String | toString()Returns a string representation of this object. | 
| UpdateTestSuiteRequest | withAfterSteps(Collection<Step> afterSteps)
 The after steps of the test suite. | 
| UpdateTestSuiteRequest | withAfterSteps(Step... afterSteps)
 The after steps of the test suite. | 
| UpdateTestSuiteRequest | withBeforeSteps(Collection<Step> beforeSteps)
 The before steps for the test suite. | 
| UpdateTestSuiteRequest | withBeforeSteps(Step... beforeSteps)
 The before steps for the test suite. | 
| UpdateTestSuiteRequest | withDescription(String description)
 The description of the test suite. | 
| UpdateTestSuiteRequest | withTestCases(TestCases testCases)
 The test cases in the test suite. | 
| UpdateTestSuiteRequest | withTestSuiteId(String testSuiteId)
 The test suite ID of 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, withSdkRequestTimeoutpublic void setTestSuiteId(String testSuiteId)
The test suite ID of the test suite.
testSuiteId - The test suite ID of the test suite.public String getTestSuiteId()
The test suite ID of the test suite.
public UpdateTestSuiteRequest withTestSuiteId(String testSuiteId)
The test suite ID of the test suite.
testSuiteId - The test suite ID 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 UpdateTestSuiteRequest withDescription(String description)
The description of the test suite.
description - The description of the test suite.public List<Step> getBeforeSteps()
The before steps for the test suite.
public void setBeforeSteps(Collection<Step> beforeSteps)
The before steps for the test suite.
beforeSteps - The before steps for the test suite.public UpdateTestSuiteRequest withBeforeSteps(Step... beforeSteps)
The before steps for 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 for the test suite.public UpdateTestSuiteRequest withBeforeSteps(Collection<Step> beforeSteps)
The before steps for the test suite.
beforeSteps - The before steps for 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 UpdateTestSuiteRequest 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 UpdateTestSuiteRequest 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 UpdateTestSuiteRequest withTestCases(TestCases testCases)
The test cases in the test suite.
testCases - The test cases in the test suite.public String toString()
toString in class ObjectObject.toString()public UpdateTestSuiteRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()