@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RefreshCacheRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
RefreshCacheInput
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()
 The Amazon Resource Name (ARN) of the file share you want to refresh. | 
| List<String> | getFolderList()
 A comma-separated list of the paths of folders to refresh in the cache. | 
| 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)
 The Amazon Resource Name (ARN) of the file share you want to refresh. | 
| void | setFolderList(Collection<String> folderList)
 A comma-separated list of the paths of folders to refresh in the cache. | 
| 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. | 
| RefreshCacheRequest | withFileShareARN(String fileShareARN)
 The Amazon Resource Name (ARN) of the file share you want to refresh. | 
| RefreshCacheRequest | withFolderList(Collection<String> folderList)
 A comma-separated list of the paths of folders to refresh in the cache. | 
| RefreshCacheRequest | withFolderList(String... folderList)
 A comma-separated list of the paths of folders to refresh in the cache. | 
| 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)
The Amazon Resource Name (ARN) of the file share you want to refresh.
fileShareARN - The Amazon Resource Name (ARN) of the file share you want to refresh.public String getFileShareARN()
The Amazon Resource Name (ARN) of the file share you want to refresh.
public RefreshCacheRequest withFileShareARN(String fileShareARN)
The Amazon Resource Name (ARN) of the file share you want to refresh.
fileShareARN - The Amazon Resource Name (ARN) of the file share you want to refresh.public List<String> getFolderList()
 A comma-separated list of the paths of folders to refresh in the cache. The default is ["/"]. The
 default refreshes objects and folders at the root of the Amazon S3 bucket. If Recursive is set to
 true, the entire S3 bucket that the file share has access to is refreshed.
 
"/"
         ]. The default refreshes objects and folders at the root of the Amazon S3 bucket. If
         Recursive is set to true, the entire S3 bucket that the file share has access
         to is refreshed.public void setFolderList(Collection<String> folderList)
 A comma-separated list of the paths of folders to refresh in the cache. The default is ["/"]. The
 default refreshes objects and folders at the root of the Amazon S3 bucket. If Recursive is set to
 true, the entire S3 bucket that the file share has access to is refreshed.
 
folderList - A comma-separated list of the paths of folders to refresh in the cache. The default is ["/"].
        The default refreshes objects and folders at the root of the Amazon S3 bucket. If Recursive
        is set to true, the entire S3 bucket that the file share has access to is refreshed.public RefreshCacheRequest withFolderList(String... folderList)
 A comma-separated list of the paths of folders to refresh in the cache. The default is ["/"]. The
 default refreshes objects and folders at the root of the Amazon S3 bucket. If Recursive is set to
 true, the entire S3 bucket that the file share has access to is refreshed.
 
 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 - A comma-separated list of the paths of folders to refresh in the cache. The default is ["/"].
        The default refreshes objects and folders at the root of the Amazon S3 bucket. If Recursive
        is set to true, the entire S3 bucket that the file share has access to is refreshed.public RefreshCacheRequest withFolderList(Collection<String> folderList)
 A comma-separated list of the paths of folders to refresh in the cache. The default is ["/"]. The
 default refreshes objects and folders at the root of the Amazon S3 bucket. If Recursive is set to
 true, the entire S3 bucket that the file share has access to is refreshed.
 
folderList - A comma-separated list of the paths of folders to refresh in the cache. The default is ["/"].
        The default refreshes objects and folders at the root of the Amazon S3 bucket. If Recursive
        is set to true, the entire S3 bucket that the file share has access to is refreshed.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.
 
 Valid Values: true | false
 
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.
        
        Valid Values: true | false
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.
 
 Valid Values: true | false
 
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.
         
         Valid Values: true | false
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.
 
 Valid Values: true | false
 
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.
        
        Valid Values: true | false
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.
 
 Valid Values: true | false
 
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.
         
         Valid Values: true | false
public String toString()
toString in class ObjectObject.toString()public RefreshCacheRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()