@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RefreshCacheRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RefreshCacheRequest() |
| Modifier and Type | Method and Description |
|---|---|
RefreshCacheRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFileShareARN() |
List<String> |
getFolderList() |
Boolean |
getRecursive()
A value that specifies whether to recursively refresh folders in the cache.
|
int |
hashCode() |
Boolean |
isRecursive()
A value that specifies whether to recursively refresh folders in the cache.
|
void |
setFileShareARN(String fileShareARN) |
void |
setFolderList(Collection<String> folderList) |
void |
setRecursive(Boolean recursive)
A value that specifies whether to recursively refresh folders in the cache.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RefreshCacheRequest |
withFileShareARN(String fileShareARN) |
RefreshCacheRequest |
withFolderList(Collection<String> folderList) |
RefreshCacheRequest |
withFolderList(String... folderList)
NOTE: This method appends the values to the existing list (if any).
|
RefreshCacheRequest |
withRecursive(Boolean recursive)
A value that specifies whether to recursively refresh folders in the cache.
|
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 setFileShareARN(String fileShareARN)
fileShareARN - public String getFileShareARN()
public RefreshCacheRequest withFileShareARN(String fileShareARN)
fileShareARN - public void setFolderList(Collection<String> folderList)
folderList - public RefreshCacheRequest withFolderList(String... folderList)
NOTE: This method appends the values to the existing list (if any). Use
setFolderList(java.util.Collection) or withFolderList(java.util.Collection) if you want to
override the existing values.
folderList - public RefreshCacheRequest withFolderList(Collection<String> folderList)
folderList - public void setRecursive(Boolean recursive)
A value that specifies whether to recursively refresh folders in the cache. The refresh includes folders that
were in the cache the last time the gateway listed the folder's contents. If this value set to "true", each
folder that is listed in FolderList is recursively updated. Otherwise, subfolders listed in
FolderList are not refreshed. Only objects that are in folders listed directly under
FolderList are found and used for the update. The default is "true".
recursive - A value that specifies whether to recursively refresh folders in the cache. The refresh includes folders
that were in the cache the last time the gateway listed the folder's contents. If this value set to
"true", each folder that is listed in FolderList is recursively updated. Otherwise,
subfolders listed in FolderList are not refreshed. Only objects that are in folders listed
directly under FolderList are found and used for the update. The default is "true".public Boolean getRecursive()
A value that specifies whether to recursively refresh folders in the cache. The refresh includes folders that
were in the cache the last time the gateway listed the folder's contents. If this value set to "true", each
folder that is listed in FolderList is recursively updated. Otherwise, subfolders listed in
FolderList are not refreshed. Only objects that are in folders listed directly under
FolderList are found and used for the update. The default is "true".
FolderList is recursively updated. Otherwise,
subfolders listed in FolderList are not refreshed. Only objects that are in folders listed
directly under FolderList are found and used for the update. The default is "true".public RefreshCacheRequest withRecursive(Boolean recursive)
A value that specifies whether to recursively refresh folders in the cache. The refresh includes folders that
were in the cache the last time the gateway listed the folder's contents. If this value set to "true", each
folder that is listed in FolderList is recursively updated. Otherwise, subfolders listed in
FolderList are not refreshed. Only objects that are in folders listed directly under
FolderList are found and used for the update. The default is "true".
recursive - A value that specifies whether to recursively refresh folders in the cache. The refresh includes folders
that were in the cache the last time the gateway listed the folder's contents. If this value set to
"true", each folder that is listed in FolderList is recursively updated. Otherwise,
subfolders listed in FolderList are not refreshed. Only objects that are in folders listed
directly under FolderList are found and used for the update. The default is "true".public Boolean isRecursive()
A value that specifies whether to recursively refresh folders in the cache. The refresh includes folders that
were in the cache the last time the gateway listed the folder's contents. If this value set to "true", each
folder that is listed in FolderList is recursively updated. Otherwise, subfolders listed in
FolderList are not refreshed. Only objects that are in folders listed directly under
FolderList are found and used for the update. The default is "true".
FolderList is recursively updated. Otherwise,
subfolders listed in FolderList are not refreshed. Only objects that are in folders listed
directly under FolderList are found and used for the update. The default is "true".public String toString()
toString in class ObjectObject.toString()public RefreshCacheRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.