@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestCasesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTestCasesRequest() |
Modifier and Type | Method and Description |
---|---|
ListTestCasesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getIntendedForQualification()
Lists all the qualification test cases in the test suite.
|
Integer |
getMaxResults()
Requests the test cases max results.
|
String |
getNextToken()
Requests the test cases next token.
|
int |
hashCode() |
Boolean |
isIntendedForQualification()
Lists all the qualification test cases in the test suite.
|
void |
setIntendedForQualification(Boolean intendedForQualification)
Lists all the qualification test cases in the test suite.
|
void |
setMaxResults(Integer maxResults)
Requests the test cases max results.
|
void |
setNextToken(String nextToken)
Requests the test cases next token.
|
String |
toString()
Returns a string representation of this object.
|
ListTestCasesRequest |
withIntendedForQualification(Boolean intendedForQualification)
Lists all the qualification test cases in the test suite.
|
ListTestCasesRequest |
withMaxResults(Integer maxResults)
Requests the test cases max results.
|
ListTestCasesRequest |
withNextToken(String nextToken)
Requests the test cases next token.
|
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 setIntendedForQualification(Boolean intendedForQualification)
Lists all the qualification test cases in the test suite.
intendedForQualification
- Lists all the qualification test cases in the test suite.public Boolean getIntendedForQualification()
Lists all the qualification test cases in the test suite.
public ListTestCasesRequest withIntendedForQualification(Boolean intendedForQualification)
Lists all the qualification test cases in the test suite.
intendedForQualification
- Lists all the qualification test cases in the test suite.public Boolean isIntendedForQualification()
Lists all the qualification test cases in the test suite.
public void setMaxResults(Integer maxResults)
Requests the test cases max results.
maxResults
- Requests the test cases max results.public Integer getMaxResults()
Requests the test cases max results.
public ListTestCasesRequest withMaxResults(Integer maxResults)
Requests the test cases max results.
maxResults
- Requests the test cases max results.public void setNextToken(String nextToken)
Requests the test cases next token.
nextToken
- Requests the test cases next token.public String getNextToken()
Requests the test cases next token.
public ListTestCasesRequest withNextToken(String nextToken)
Requests the test cases next token.
nextToken
- Requests the test cases next token.public String toString()
toString
in class Object
Object.toString()
public ListTestCasesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()