@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecuteTransactionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ExecuteTransactionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ExecuteTransactionResult | clone() | 
| boolean | equals(Object obj) | 
| List<ItemResponse> | getResponses()
 The response to a PartiQL transaction. | 
| int | hashCode() | 
| void | setResponses(Collection<ItemResponse> responses)
 The response to a PartiQL transaction. | 
| String | toString()Returns a string representation of this object. | 
| ExecuteTransactionResult | withResponses(Collection<ItemResponse> responses)
 The response to a PartiQL transaction. | 
| ExecuteTransactionResult | withResponses(ItemResponse... responses)
 The response to a PartiQL transaction. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ItemResponse> getResponses()
The response to a PartiQL transaction.
public void setResponses(Collection<ItemResponse> responses)
The response to a PartiQL transaction.
responses - The response to a PartiQL transaction.public ExecuteTransactionResult withResponses(ItemResponse... responses)
The response to a PartiQL transaction.
 NOTE: This method appends the values to the existing list (if any). Use
 setResponses(java.util.Collection) or withResponses(java.util.Collection) if you want to
 override the existing values.
 
responses - The response to a PartiQL transaction.public ExecuteTransactionResult withResponses(Collection<ItemResponse> responses)
The response to a PartiQL transaction.
responses - The response to a PartiQL transaction.public String toString()
toString in class ObjectObject.toString()public ExecuteTransactionResult clone()