@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddUploadBufferRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| AddUploadBufferRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| AddUploadBufferRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<String> | getDiskIds() | 
| String | getGatewayARN() | 
| int | hashCode() | 
| void | setDiskIds(Collection<String> diskIds) | 
| void | setGatewayARN(String gatewayARN) | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| AddUploadBufferRequest | withDiskIds(Collection<String> diskIds) | 
| AddUploadBufferRequest | withDiskIds(String... diskIds)
 NOTE: This method appends the values to the existing list (if any). | 
| AddUploadBufferRequest | withGatewayARN(String gatewayARN) | 
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 setGatewayARN(String gatewayARN)
gatewayARN - public String getGatewayARN()
public AddUploadBufferRequest withGatewayARN(String gatewayARN)
gatewayARN - public void setDiskIds(Collection<String> diskIds)
diskIds - public AddUploadBufferRequest withDiskIds(String... diskIds)
 NOTE: This method appends the values to the existing list (if any). Use
 setDiskIds(java.util.Collection) or withDiskIds(java.util.Collection) if you want to override
 the existing values.
 
diskIds - public AddUploadBufferRequest withDiskIds(Collection<String> diskIds)
diskIds - public String toString()
toString in class ObjectObject.toString()public AddUploadBufferRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.