@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFileSystemWindowsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
 The configuration object for the Microsoft Windows file system used in the DeleteFileSystem operation.
 
| Constructor and Description | 
|---|
| DeleteFileSystemWindowsConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteFileSystemWindowsConfiguration | clone() | 
| boolean | equals(Object obj) | 
| List<Tag> | getFinalBackupTags()
 A set of tags for your final backup. | 
| Boolean | getSkipFinalBackup()
 By default, Amazon FSx for Windows takes a final backup on your behalf when the  DeleteFileSystemoperation is invoked. | 
| int | hashCode() | 
| Boolean | isSkipFinalBackup()
 By default, Amazon FSx for Windows takes a final backup on your behalf when the  DeleteFileSystemoperation is invoked. | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setFinalBackupTags(Collection<Tag> finalBackupTags)
 A set of tags for your final backup. | 
| void | setSkipFinalBackup(Boolean skipFinalBackup)
 By default, Amazon FSx for Windows takes a final backup on your behalf when the  DeleteFileSystemoperation is invoked. | 
| String | toString()Returns a string representation of this object. | 
| DeleteFileSystemWindowsConfiguration | withFinalBackupTags(Collection<Tag> finalBackupTags)
 A set of tags for your final backup. | 
| DeleteFileSystemWindowsConfiguration | withFinalBackupTags(Tag... finalBackupTags)
 A set of tags for your final backup. | 
| DeleteFileSystemWindowsConfiguration | withSkipFinalBackup(Boolean skipFinalBackup)
 By default, Amazon FSx for Windows takes a final backup on your behalf when the  DeleteFileSystemoperation is invoked. | 
public DeleteFileSystemWindowsConfiguration()
public void setSkipFinalBackup(Boolean skipFinalBackup)
 By default, Amazon FSx for Windows takes a final backup on your behalf when the DeleteFileSystem
 operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final
 backup. If you want to skip this backup, use this flag to do so.
 
skipFinalBackup - By default, Amazon FSx for Windows takes a final backup on your behalf when the
        DeleteFileSystem operation is invoked. Doing this helps protect you from data loss, and we
        highly recommend taking the final backup. If you want to skip this backup, use this flag to do so.public Boolean getSkipFinalBackup()
 By default, Amazon FSx for Windows takes a final backup on your behalf when the DeleteFileSystem
 operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final
 backup. If you want to skip this backup, use this flag to do so.
 
DeleteFileSystem operation is invoked. Doing this helps protect you from data loss, and we
         highly recommend taking the final backup. If you want to skip this backup, use this flag to do so.public DeleteFileSystemWindowsConfiguration withSkipFinalBackup(Boolean skipFinalBackup)
 By default, Amazon FSx for Windows takes a final backup on your behalf when the DeleteFileSystem
 operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final
 backup. If you want to skip this backup, use this flag to do so.
 
skipFinalBackup - By default, Amazon FSx for Windows takes a final backup on your behalf when the
        DeleteFileSystem operation is invoked. Doing this helps protect you from data loss, and we
        highly recommend taking the final backup. If you want to skip this backup, use this flag to do so.public Boolean isSkipFinalBackup()
 By default, Amazon FSx for Windows takes a final backup on your behalf when the DeleteFileSystem
 operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final
 backup. If you want to skip this backup, use this flag to do so.
 
DeleteFileSystem operation is invoked. Doing this helps protect you from data loss, and we
         highly recommend taking the final backup. If you want to skip this backup, use this flag to do so.public List<Tag> getFinalBackupTags()
A set of tags for your final backup.
public void setFinalBackupTags(Collection<Tag> finalBackupTags)
A set of tags for your final backup.
finalBackupTags - A set of tags for your final backup.public DeleteFileSystemWindowsConfiguration withFinalBackupTags(Tag... finalBackupTags)
A set of tags for your final backup.
 NOTE: This method appends the values to the existing list (if any). Use
 setFinalBackupTags(java.util.Collection) or withFinalBackupTags(java.util.Collection) if you
 want to override the existing values.
 
finalBackupTags - A set of tags for your final backup.public DeleteFileSystemWindowsConfiguration withFinalBackupTags(Collection<Tag> finalBackupTags)
A set of tags for your final backup.
finalBackupTags - A set of tags for your final backup.public String toString()
toString in class ObjectObject.toString()public DeleteFileSystemWindowsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.