@Generated(value="software.amazon.awssdk:codegen") public final class RefreshCacheRequest extends StorageGatewayRequest implements ToCopyableBuilder<RefreshCacheRequest.Builder,RefreshCacheRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
RefreshCacheRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static RefreshCacheRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
fileShareARN()
Returns the value of the FileShareARN property for this object.
|
List<String> |
folderList()
Returns the value of the FolderList property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
Boolean |
recursive()
A value that specifies whether to recursively refresh folders in the cache.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RefreshCacheRequest.Builder> |
serializableBuilderClass() |
RefreshCacheRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String fileShareARN()
public List<String> folderList()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public 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".
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.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RefreshCacheRequest.Builder,RefreshCacheRequest>
toBuilder
in class StorageGatewayRequest
public static RefreshCacheRequest.Builder builder()
public static Class<? extends RefreshCacheRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.