@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteStatementResponse extends DynamoDbResponse implements ToCopyableBuilder<ExecuteStatementResponse.Builder,ExecuteStatementResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteStatementResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteStatementResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasItems()
Returns true if the Items property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<Map<String,AttributeValue>> |
items()
If a read operation was used, this property will contain the result of the reade operation; a map of attribute
names and their values.
|
String |
nextToken()
If the response of a read request exceeds the response payload limit DynamoDB will set this value in the
response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecuteStatementResponse.Builder> |
serializableBuilderClass() |
ExecuteStatementResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasItems()
public final List<Map<String,AttributeValue>> items()
If a read operation was used, this property will contain the result of the reade operation; a map of attribute names and their values. For the write operations this value will be empty.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasItems() to see if a value was sent in this field.
public final String nextToken()
If the response of a read request exceeds the response payload limit DynamoDB will set this value in the response. If set, you can use that this value in the subsequent request to get the remaining results.
public ExecuteStatementResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteStatementResponse.Builder,ExecuteStatementResponse>toBuilder in class AwsResponsepublic static ExecuteStatementResponse.Builder builder()
public static Class<? extends ExecuteStatementResponse.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 © 2021. All rights reserved.