@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchWriteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchWriteRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchWriteRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDirectoryArn()
 The Amazon Resource Name (ARN) that is associated with the Directory. | 
| List<BatchWriteOperation> | getOperations()
 A list of operations that are part of the batch. | 
| int | hashCode() | 
| void | setDirectoryArn(String directoryArn)
 The Amazon Resource Name (ARN) that is associated with the Directory. | 
| void | setOperations(Collection<BatchWriteOperation> operations)
 A list of operations that are part of the batch. | 
| String | toString()Returns a string representation of this object. | 
| BatchWriteRequest | withDirectoryArn(String directoryArn)
 The Amazon Resource Name (ARN) that is associated with the Directory. | 
| BatchWriteRequest | withOperations(BatchWriteOperation... operations)
 A list of operations that are part of the batch. | 
| BatchWriteRequest | withOperations(Collection<BatchWriteOperation> operations)
 A list of operations that are part of the batch. | 
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 void setDirectoryArn(String directoryArn)
public String getDirectoryArn()
public BatchWriteRequest withDirectoryArn(String directoryArn)
public List<BatchWriteOperation> getOperations()
A list of operations that are part of the batch.
public void setOperations(Collection<BatchWriteOperation> operations)
A list of operations that are part of the batch.
operations - A list of operations that are part of the batch.public BatchWriteRequest withOperations(BatchWriteOperation... operations)
A list of operations that are part of the batch.
 NOTE: This method appends the values to the existing list (if any). Use
 setOperations(java.util.Collection) or withOperations(java.util.Collection) if you want to
 override the existing values.
 
operations - A list of operations that are part of the batch.public BatchWriteRequest withOperations(Collection<BatchWriteOperation> operations)
A list of operations that are part of the batch.
operations - A list of operations that are part of the batch.public String toString()
toString in class ObjectObject.toString()public BatchWriteRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()