@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 request.
|
boolean |
equals(Object obj) |
String |
getDirectoryArn()
ARN associated with the Directory.
|
List<BatchWriteOperation> |
getOperations()
List of operations that are part of the batch.
|
int |
hashCode() |
void |
setDirectoryArn(String directoryArn)
ARN associated with the Directory.
|
void |
setOperations(Collection<BatchWriteOperation> operations)
List of operations that are part of the batch.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchWriteRequest |
withDirectoryArn(String directoryArn)
ARN associated with the Directory.
|
BatchWriteRequest |
withOperations(BatchWriteOperation... operations)
List of operations that are part of the batch.
|
BatchWriteRequest |
withOperations(Collection<BatchWriteOperation> operations)
List of operations that are part of the batch.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDirectoryArn(String directoryArn)
public String getDirectoryArn()
public BatchWriteRequest withDirectoryArn(String directoryArn)
public List<BatchWriteOperation> getOperations()
List of operations that are part of the batch.
public void setOperations(Collection<BatchWriteOperation> operations)
List of operations that are part of the batch.
operations
- List of operations that are part of the batch.public BatchWriteRequest withOperations(BatchWriteOperation... operations)
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
- List of operations that are part of the batch.public BatchWriteRequest withOperations(Collection<BatchWriteOperation> operations)
List of operations that are part of the batch.
operations
- List of operations that are part of the batch.public String toString()
toString
in class Object
Object.toString()
public BatchWriteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.