@Generated(value="software.amazon.awssdk:codegen") public final class DeleteFileSystemWindowsResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeleteFileSystemWindowsResponse.Builder,DeleteFileSystemWindowsResponse>
The response object for the Microsoft Windows file system used in the DeleteFileSystem operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteFileSystemWindowsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteFileSystemWindowsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
String |
finalBackupId()
The ID of the final backup for this file system.
|
List<Tag> |
finalBackupTags()
The set of tags applied to the final backup.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteFileSystemWindowsResponse.Builder> |
serializableBuilderClass() |
DeleteFileSystemWindowsResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String finalBackupId()
The ID of the final backup for this file system.
public List<Tag> finalBackupTags()
The set of tags applied to the final backup.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DeleteFileSystemWindowsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DeleteFileSystemWindowsResponse.Builder,DeleteFileSystemWindowsResponse>public static DeleteFileSystemWindowsResponse.Builder builder()
public static Class<? extends DeleteFileSystemWindowsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.