@Generated(value="software.amazon.awssdk:codegen") public final class ListTestExecutionResultItemsRequest extends LexModelsV2Request implements ToCopyableBuilder<ListTestExecutionResultItemsRequest.Builder,ListTestExecutionResultItemsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTestExecutionResultItemsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTestExecutionResultItemsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of test execution result items to return in each page.
|
String |
nextToken()
If the response from the
ListTestExecutionResultItems operation contains more results than specified
in the maxResults parameter, a token is returned in the response. |
TestExecutionResultFilterBy |
resultFilterBy()
The filter for the list of results from the test set execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTestExecutionResultItemsRequest.Builder> |
serializableBuilderClass() |
String |
testExecutionId()
The unique identifier of the test execution to list the result items.
|
ListTestExecutionResultItemsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String testExecutionId()
The unique identifier of the test execution to list the result items.
public final TestExecutionResultFilterBy resultFilterBy()
The filter for the list of results from the test set execution.
public final Integer maxResults()
The maximum number of test execution result items to return in each page. If there are fewer results than the max page size, only the actual number of results are returned.
public final String nextToken()
If the response from the ListTestExecutionResultItems 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.
ListTestExecutionResultItems 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 ListTestExecutionResultItemsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTestExecutionResultItemsRequest.Builder,ListTestExecutionResultItemsRequest>toBuilder in class LexModelsV2Requestpublic static ListTestExecutionResultItemsRequest.Builder builder()
public static Class<? extends ListTestExecutionResultItemsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.