@Generated(value="software.amazon.awssdk:codegen") public final class DeleteFileCacheResponse extends FSxResponse implements ToCopyableBuilder<DeleteFileCacheResponse.Builder,DeleteFileCacheResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteFileCacheResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteFileCacheResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileCacheId()
The ID of the cache that's being deleted.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
FileCacheLifecycle |
lifecycle()
The cache lifecycle for the deletion request.
|
String |
lifecycleAsString()
The cache lifecycle for the deletion request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteFileCacheResponse.Builder> |
serializableBuilderClass() |
DeleteFileCacheResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fileCacheId()
The ID of the cache that's being deleted.
public final FileCacheLifecycle lifecycle()
The cache lifecycle for the deletion request. If the DeleteFileCache operation is successful, this
status is DELETING.
If the service returns an enum value that is not available in the current SDK version, lifecycle will
return FileCacheLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lifecycleAsString().
DeleteFileCache operation is
successful, this status is DELETING.FileCacheLifecyclepublic final String lifecycleAsString()
The cache lifecycle for the deletion request. If the DeleteFileCache operation is successful, this
status is DELETING.
If the service returns an enum value that is not available in the current SDK version, lifecycle will
return FileCacheLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lifecycleAsString().
DeleteFileCache operation is
successful, this status is DELETING.FileCacheLifecyclepublic DeleteFileCacheResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteFileCacheResponse.Builder,DeleteFileCacheResponse>toBuilder in class AwsResponsepublic static DeleteFileCacheResponse.Builder builder()
public static Class<? extends DeleteFileCacheResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.