Class TransactGetItem
- java.lang.Object
-
- software.amazon.awssdk.services.dynamodb.model.TransactGetItem
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<TransactGetItem.Builder,TransactGetItem>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TransactGetItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransactGetItem.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
get
public final 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.
- Returns:
- 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.
-
toBuilder
public TransactGetItem.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<TransactGetItem.Builder,TransactGetItem>
-
builder
public static TransactGetItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends TransactGetItem.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-