@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransactGetItemsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| TransactGetItemsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| TransactGetItemsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getReturnConsumedCapacity()
 A value of  TOTALcauses consumed capacity information to be returned, and a value ofNONEprevents that information from being returned. | 
| List<TransactGetItem> | getTransactItems()
 An ordered array of up to 100  TransactGetItemobjects, each of which contains aGetstructure. | 
| int | hashCode() | 
| void | setReturnConsumedCapacity(String returnConsumedCapacity)
 A value of  TOTALcauses consumed capacity information to be returned, and a value ofNONEprevents that information from being returned. | 
| void | setTransactItems(Collection<TransactGetItem> transactItems)
 An ordered array of up to 100  TransactGetItemobjects, each of which contains aGetstructure. | 
| String | toString()Returns a string representation of this object. | 
| TransactGetItemsRequest | withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
 A value of  TOTALcauses consumed capacity information to be returned, and a value ofNONEprevents that information from being returned. | 
| TransactGetItemsRequest | withReturnConsumedCapacity(String returnConsumedCapacity)
 A value of  TOTALcauses consumed capacity information to be returned, and a value ofNONEprevents that information from being returned. | 
| TransactGetItemsRequest | withTransactItems(Collection<TransactGetItem> transactItems)
 An ordered array of up to 100  TransactGetItemobjects, each of which contains aGetstructure. | 
| TransactGetItemsRequest | withTransactItems(TransactGetItem... transactItems)
 An ordered array of up to 100  TransactGetItemobjects, each of which contains aGetstructure. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<TransactGetItem> getTransactItems()
 An ordered array of up to 100 TransactGetItem objects, each of which contains a Get
 structure.
 
TransactGetItem objects, each of which contains a
         Get structure.public void setTransactItems(Collection<TransactGetItem> transactItems)
 An ordered array of up to 100 TransactGetItem objects, each of which contains a Get
 structure.
 
transactItems - An ordered array of up to 100 TransactGetItem objects, each of which contains a
        Get structure.public TransactGetItemsRequest withTransactItems(TransactGetItem... transactItems)
 An ordered array of up to 100 TransactGetItem objects, each of which contains a Get
 structure.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setTransactItems(java.util.Collection) or withTransactItems(java.util.Collection) if you want
 to override the existing values.
 
transactItems - An ordered array of up to 100 TransactGetItem objects, each of which contains a
        Get structure.public TransactGetItemsRequest withTransactItems(Collection<TransactGetItem> transactItems)
 An ordered array of up to 100 TransactGetItem objects, each of which contains a Get
 structure.
 
transactItems - An ordered array of up to 100 TransactGetItem objects, each of which contains a
        Get structure.public void setReturnConsumedCapacity(String returnConsumedCapacity)
 A value of TOTAL causes consumed capacity information to be returned, and a value of
 NONE prevents that information from being returned. No other value is valid.
 
returnConsumedCapacity - A value of TOTAL causes consumed capacity information to be returned, and a value of
        NONE prevents that information from being returned. No other value is valid.ReturnConsumedCapacitypublic String getReturnConsumedCapacity()
 A value of TOTAL causes consumed capacity information to be returned, and a value of
 NONE prevents that information from being returned. No other value is valid.
 
TOTAL causes consumed capacity information to be returned, and a value of
         NONE prevents that information from being returned. No other value is valid.ReturnConsumedCapacitypublic TransactGetItemsRequest withReturnConsumedCapacity(String returnConsumedCapacity)
 A value of TOTAL causes consumed capacity information to be returned, and a value of
 NONE prevents that information from being returned. No other value is valid.
 
returnConsumedCapacity - A value of TOTAL causes consumed capacity information to be returned, and a value of
        NONE prevents that information from being returned. No other value is valid.ReturnConsumedCapacitypublic TransactGetItemsRequest withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)
 A value of TOTAL causes consumed capacity information to be returned, and a value of
 NONE prevents that information from being returned. No other value is valid.
 
returnConsumedCapacity - A value of TOTAL causes consumed capacity information to be returned, and a value of
        NONE prevents that information from being returned. No other value is valid.ReturnConsumedCapacitypublic String toString()
toString in class ObjectObject.toString()public TransactGetItemsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()