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 request.
|
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) |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, 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.