@Generated(value="software.amazon.awssdk:codegen") public final class ListTestExecutionResultItemsResponse extends LexModelsV2Response implements ToCopyableBuilder<ListTestExecutionResultItemsResponse.Builder,ListTestExecutionResultItemsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTestExecutionResultItemsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTestExecutionResultItemsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
A token that indicates whether there are more results to return in a response to the
ListTestExecutionResultItems operation. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTestExecutionResultItemsResponse.Builder> |
serializableBuilderClass() |
TestExecutionResultItems |
testExecutionResults()
The list of results from the test execution.
|
ListTestExecutionResultItemsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TestExecutionResultItems testExecutionResults()
The list of results from the test execution.
public final 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.
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 ListTestExecutionResultItemsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTestExecutionResultItemsResponse.Builder,ListTestExecutionResultItemsResponse>toBuilder in class AwsResponsepublic static ListTestExecutionResultItemsResponse.Builder builder()
public static Class<? extends ListTestExecutionResultItemsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.