@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestRunStepsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTestRunStepsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTestRunStepsRequest |
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 run steps to return in one page of results.
|
String |
getNextToken()
The token from a previous step to retrieve the next page of results.
|
String |
getTestCaseId()
The test case ID of the test run steps.
|
String |
getTestRunId()
The test run ID of the test run steps.
|
String |
getTestSuiteId()
The test suite ID of the test run steps.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of test run steps to return in one page of results.
|
void |
setNextToken(String nextToken)
The token from a previous step to retrieve the next page of results.
|
void |
setTestCaseId(String testCaseId)
The test case ID of the test run steps.
|
void |
setTestRunId(String testRunId)
The test run ID of the test run steps.
|
void |
setTestSuiteId(String testSuiteId)
The test suite ID of the test run steps.
|
String |
toString()
Returns a string representation of this object.
|
ListTestRunStepsRequest |
withMaxResults(Integer maxResults)
The maximum number of test run steps to return in one page of results.
|
ListTestRunStepsRequest |
withNextToken(String nextToken)
The token from a previous step to retrieve the next page of results.
|
ListTestRunStepsRequest |
withTestCaseId(String testCaseId)
The test case ID of the test run steps.
|
ListTestRunStepsRequest |
withTestRunId(String testRunId)
The test run ID of the test run steps.
|
ListTestRunStepsRequest |
withTestSuiteId(String testSuiteId)
The test suite ID of the test run steps.
|
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 setTestRunId(String testRunId)
The test run ID of the test run steps.
testRunId
- The test run ID of the test run steps.public String getTestRunId()
The test run ID of the test run steps.
public ListTestRunStepsRequest withTestRunId(String testRunId)
The test run ID of the test run steps.
testRunId
- The test run ID of the test run steps.public void setTestCaseId(String testCaseId)
The test case ID of the test run steps.
testCaseId
- The test case ID of the test run steps.public String getTestCaseId()
The test case ID of the test run steps.
public ListTestRunStepsRequest withTestCaseId(String testCaseId)
The test case ID of the test run steps.
testCaseId
- The test case ID of the test run steps.public void setTestSuiteId(String testSuiteId)
The test suite ID of the test run steps.
testSuiteId
- The test suite ID of the test run steps.public String getTestSuiteId()
The test suite ID of the test run steps.
public ListTestRunStepsRequest withTestSuiteId(String testSuiteId)
The test suite ID of the test run steps.
testSuiteId
- The test suite ID of the test run steps.public void setNextToken(String nextToken)
The token from a previous step to retrieve the next page of results.
nextToken
- The token from a previous step to retrieve the next page of results.public String getNextToken()
The token from a previous step to retrieve the next page of results.
public ListTestRunStepsRequest withNextToken(String nextToken)
The token from a previous step to retrieve the next page of results.
nextToken
- The token from a previous step to retrieve the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of test run steps to return in one page of results.
maxResults
- The maximum number of test run steps to return in one page of results.public Integer getMaxResults()
The maximum number of test run steps to return in one page of results.
public ListTestRunStepsRequest withMaxResults(Integer maxResults)
The maximum number of test run steps to return in one page of results.
maxResults
- The maximum number of test run steps to return in one page of results.public String toString()
toString
in class Object
Object.toString()
public ListTestRunStepsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()