@Value.Immutable
public interface QueryDataResponse
QueryData> operation.| Modifier and Type | Method and Description |
|---|---|
ErrorDetails |
errorDetails()
Error details if the Operation is unsuccessful.
|
boolean |
isSuccess()
Specifies if the operation is successful or not.
|
String |
nextToken()
The pagination token for the next page of data.
|
List<String> |
records()
List of json serialized string of the entity record as per the entity metadata.
|
boolean isSuccess()
@Nullable ErrorDetails errorDetails()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.