@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestSetRecordsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTestSetRecordsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTestSetRecordsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of test set records to return in each page.
|
String |
getNextToken()
If the response from the ListTestSetRecords operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
String |
getTestSetId()
The identifier of the test set to list its test set records.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of test set records to return in each page.
|
void |
setNextToken(String nextToken)
If the response from the ListTestSetRecords operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
void |
setTestSetId(String testSetId)
The identifier of the test set to list its test set records.
|
String |
toString()
Returns a string representation of this object.
|
ListTestSetRecordsRequest |
withMaxResults(Integer maxResults)
The maximum number of test set records to return in each page.
|
ListTestSetRecordsRequest |
withNextToken(String nextToken)
If the response from the ListTestSetRecords operation contains more results than specified in the maxResults
parameter, a token is returned in the response.
|
ListTestSetRecordsRequest |
withTestSetId(String testSetId)
The identifier of the test set to list its test set records.
|
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 setTestSetId(String testSetId)
The identifier of the test set to list its test set records.
testSetId
- The identifier of the test set to list its test set records.public String getTestSetId()
The identifier of the test set to list its test set records.
public ListTestSetRecordsRequest withTestSetId(String testSetId)
The identifier of the test set to list its test set records.
testSetId
- The identifier of the test set to list its test set records.public void setMaxResults(Integer maxResults)
The maximum number of test set records to return in each page. If there are fewer records than the max page size, only the actual number of records are returned.
maxResults
- The maximum number of test set records to return in each page. If there are fewer records than the max
page size, only the actual number of records are returned.public Integer getMaxResults()
The maximum number of test set records to return in each page. If there are fewer records than the max page size, only the actual number of records are returned.
public ListTestSetRecordsRequest withMaxResults(Integer maxResults)
The maximum number of test set records to return in each page. If there are fewer records than the max page size, only the actual number of records are returned.
maxResults
- The maximum number of test set records to return in each page. If there are fewer records than the max
page size, only the actual number of records are returned.public void setNextToken(String nextToken)
If the response from the ListTestSetRecords operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
nextToken
- If the response from the ListTestSetRecords operation contains more results than specified in the
maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to
return the next page of results.public String getNextToken()
If the response from the ListTestSetRecords operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
public ListTestSetRecordsRequest withNextToken(String nextToken)
If the response from the ListTestSetRecords operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
nextToken
- If the response from the ListTestSetRecords operation contains more results than specified in the
maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to
return the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListTestSetRecordsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()