@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestRunStepsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTestRunStepsResult() |
Modifier and Type | Method and Description |
---|---|
ListTestRunStepsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token from a previous request to retrieve the next page of results.
|
List<TestRunStepSummary> |
getTestRunSteps()
The test run steps of the response query.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token from a previous request to retrieve the next page of results.
|
void |
setTestRunSteps(Collection<TestRunStepSummary> testRunSteps)
The test run steps of the response query.
|
String |
toString()
Returns a string representation of this object.
|
ListTestRunStepsResult |
withNextToken(String nextToken)
The token from a previous request to retrieve the next page of results.
|
ListTestRunStepsResult |
withTestRunSteps(Collection<TestRunStepSummary> testRunSteps)
The test run steps of the response query.
|
ListTestRunStepsResult |
withTestRunSteps(TestRunStepSummary... testRunSteps)
The test run steps of the response query.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TestRunStepSummary> getTestRunSteps()
The test run steps of the response query.
public void setTestRunSteps(Collection<TestRunStepSummary> testRunSteps)
The test run steps of the response query.
testRunSteps
- The test run steps of the response query.public ListTestRunStepsResult withTestRunSteps(TestRunStepSummary... testRunSteps)
The test run steps of the response query.
NOTE: This method appends the values to the existing list (if any). Use
setTestRunSteps(java.util.Collection)
or withTestRunSteps(java.util.Collection)
if you want to
override the existing values.
testRunSteps
- The test run steps of the response query.public ListTestRunStepsResult withTestRunSteps(Collection<TestRunStepSummary> testRunSteps)
The test run steps of the response query.
testRunSteps
- The test run steps of the response query.public void setNextToken(String nextToken)
The token from a previous request to retrieve the next page of results.
nextToken
- The token from a previous request to retrieve the next page of results.public String getNextToken()
The token from a previous request to retrieve the next page of results.
public ListTestRunStepsResult withNextToken(String nextToken)
The token from a previous request to retrieve the next page of results.
nextToken
- The token from a previous request to retrieve the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListTestRunStepsResult clone()