@Generated(value="software.amazon.awssdk:codegen") public final class TransactGetItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransactGetItem.Builder,TransactGetItem>
Specifies an item to be retrieved as part of the transaction.
Modifier and Type | Class and Description |
---|---|
static interface |
TransactGetItem.Builder |
Modifier and Type | Method and Description |
---|---|
static TransactGetItem.Builder |
builder() |
boolean |
equals(Object obj) |
Get |
get()
Contains the primary key that identifies the item to get, together with the name of the table that contains the
item, and optionally the specific attributes of the item to retrieve.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransactGetItem.Builder> |
serializableBuilderClass() |
TransactGetItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Get get()
Contains the primary key that identifies the item to get, together with the name of the table that contains the item, and optionally the specific attributes of the item to retrieve.
public TransactGetItem.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TransactGetItem.Builder,TransactGetItem>
public static TransactGetItem.Builder builder()
public static Class<? extends TransactGetItem.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.