@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransactGetItem extends Object implements Serializable, Cloneable, StructuredPojo
Specifies an item to be retrieved as part of the transaction.
Constructor and Description |
---|
TransactGetItem() |
Modifier and Type | Method and Description |
---|---|
TransactGetItem |
clone() |
boolean |
equals(Object obj) |
Get |
getGet()
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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGet(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.
|
String |
toString()
Returns a string representation of this object.
|
TransactGetItem |
withGet(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 void setGet(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.
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 Get getGet()
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 withGet(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.
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 String toString()
toString
in class Object
Object.toString()
public TransactGetItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.