@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTestExecutionResultItemsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTestExecutionResultItemsResult() |
Modifier and Type | Method and Description |
---|---|
ListTestExecutionResultItemsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token that indicates whether there are more results to return in a response to the
ListTestExecutionResultItems operation. |
TestExecutionResultItems |
getTestExecutionResults()
The list of results from the test execution.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListTestExecutionResultItems operation. |
void |
setTestExecutionResults(TestExecutionResultItems testExecutionResults)
The list of results from the test execution.
|
String |
toString()
Returns a string representation of this object.
|
ListTestExecutionResultItemsResult |
withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListTestExecutionResultItems operation. |
ListTestExecutionResultItemsResult |
withTestExecutionResults(TestExecutionResultItems testExecutionResults)
The list of results from the test execution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTestExecutionResults(TestExecutionResultItems testExecutionResults)
The list of results from the test execution.
testExecutionResults
- The list of results from the test execution.public TestExecutionResultItems getTestExecutionResults()
The list of results from the test execution.
public ListTestExecutionResultItemsResult withTestExecutionResults(TestExecutionResultItems testExecutionResults)
The list of results from the test execution.
testExecutionResults
- The list of results from the test execution.public void setNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListTestExecutionResultItems
operation. If the nextToken
field is present, you send the
contents as the nextToken
parameter of a ListTestExecutionResultItems
operation request
to get the next page of results.
nextToken
- A token that indicates whether there are more results to return in a response to the
ListTestExecutionResultItems
operation. If the nextToken
field is present, you
send the contents as the nextToken
parameter of a ListTestExecutionResultItems
operation request to get the next page of results.public String getNextToken()
A token that indicates whether there are more results to return in a response to the
ListTestExecutionResultItems
operation. If the nextToken
field is present, you send the
contents as the nextToken
parameter of a ListTestExecutionResultItems
operation request
to get the next page of results.
ListTestExecutionResultItems
operation. If the nextToken
field is present, you
send the contents as the nextToken
parameter of a ListTestExecutionResultItems
operation request to get the next page of results.public ListTestExecutionResultItemsResult withNextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListTestExecutionResultItems
operation. If the nextToken
field is present, you send the
contents as the nextToken
parameter of a ListTestExecutionResultItems
operation request
to get the next page of results.
nextToken
- A token that indicates whether there are more results to return in a response to the
ListTestExecutionResultItems
operation. If the nextToken
field is present, you
send the contents as the nextToken
parameter of a ListTestExecutionResultItems
operation request to get the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListTestExecutionResultItemsResult clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.