@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTestCaseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateTestCaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateTestCaseRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateTestCaseRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateTestCaseRequest |
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 case.
|
String |
getDescription()
The description of the test case.
|
String |
getName()
The name of the test case.
|
List<Step> |
getSteps()
The steps in the test case.
|
Map<String,String> |
getTags()
The specified tags of the test case.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The client token of the test case.
|
void |
setDescription(String description)
The description of the test case.
|
void |
setName(String name)
The name of the test case.
|
void |
setSteps(Collection<Step> steps)
The steps in the test case.
|
void |
setTags(Map<String,String> tags)
The specified tags of the test case.
|
String |
toString()
Returns a string representation of this object.
|
CreateTestCaseRequest |
withClientToken(String clientToken)
The client token of the test case.
|
CreateTestCaseRequest |
withDescription(String description)
The description of the test case.
|
CreateTestCaseRequest |
withName(String name)
The name of the test case.
|
CreateTestCaseRequest |
withSteps(Collection<Step> steps)
The steps in the test case.
|
CreateTestCaseRequest |
withSteps(Step... steps)
The steps in the test case.
|
CreateTestCaseRequest |
withTags(Map<String,String> tags)
The specified tags of the test case.
|
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 setName(String name)
The name of the test case.
name - The name of the test case.public String getName()
The name of the test case.
public CreateTestCaseRequest withName(String name)
The name of the test case.
name - The name of the test case.public void setDescription(String description)
The description of the test case.
description - The description of the test case.public String getDescription()
The description of the test case.
public CreateTestCaseRequest withDescription(String description)
The description of the test case.
description - The description of the test case.public List<Step> getSteps()
The steps in the test case.
public void setSteps(Collection<Step> steps)
The steps in the test case.
steps - The steps in the test case.public CreateTestCaseRequest withSteps(Step... steps)
The steps in the test case.
NOTE: This method appends the values to the existing list (if any). Use
setSteps(java.util.Collection) or withSteps(java.util.Collection) if you want to override the
existing values.
steps - The steps in the test case.public CreateTestCaseRequest withSteps(Collection<Step> steps)
The steps in the test case.
steps - The steps in the test case.public void setClientToken(String clientToken)
The client token of the test case.
clientToken - The client token of the test case.public String getClientToken()
The client token of the test case.
public CreateTestCaseRequest withClientToken(String clientToken)
The client token of the test case.
clientToken - The client token of the test case.public Map<String,String> getTags()
The specified tags of the test case.
public void setTags(Map<String,String> tags)
The specified tags of the test case.
tags - The specified tags of the test case.public CreateTestCaseRequest withTags(Map<String,String> tags)
The specified tags of the test case.
tags - The specified tags of the test case.public CreateTestCaseRequest addTagsEntry(String key, String value)
public CreateTestCaseRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateTestCaseRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()