@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddCacheRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
AddCacheRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
AddCacheRequest | 
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. 
 | 
AddCacheRequest | 
withDiskIds(Collection<String> diskIds)  | 
AddCacheRequest | 
withDiskIds(String... diskIds)
 NOTE: This method appends the values to the existing list (if any). 
 | 
AddCacheRequest | 
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, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setGatewayARN(String gatewayARN)
gatewayARN - public String getGatewayARN()
public AddCacheRequest withGatewayARN(String gatewayARN)
gatewayARN - public void setDiskIds(Collection<String> diskIds)
diskIds - public AddCacheRequest 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 AddCacheRequest withDiskIds(Collection<String> diskIds)
diskIds - public String toString()
toString in class ObjectObject.toString()public AddCacheRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.