@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFileSystemWindowsResponse extends Object implements Serializable, Cloneable, StructuredPojo
The response object for the Microsoft Windows file system used in the DeleteFileSystem operation.
| Constructor and Description |
|---|
DeleteFileSystemWindowsResponse() |
| Modifier and Type | Method and Description |
|---|---|
DeleteFileSystemWindowsResponse |
clone() |
boolean |
equals(Object obj) |
String |
getFinalBackupId()
The ID of the final backup for this file system.
|
List<Tag> |
getFinalBackupTags()
The set of tags applied to the final backup.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFinalBackupId(String finalBackupId)
The ID of the final backup for this file system.
|
void |
setFinalBackupTags(Collection<Tag> finalBackupTags)
The set of tags applied to the final backup.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFileSystemWindowsResponse |
withFinalBackupId(String finalBackupId)
The ID of the final backup for this file system.
|
DeleteFileSystemWindowsResponse |
withFinalBackupTags(Collection<Tag> finalBackupTags)
The set of tags applied to the final backup.
|
DeleteFileSystemWindowsResponse |
withFinalBackupTags(Tag... finalBackupTags)
The set of tags applied to the final backup.
|
public void setFinalBackupId(String finalBackupId)
The ID of the final backup for this file system.
finalBackupId - The ID of the final backup for this file system.public String getFinalBackupId()
The ID of the final backup for this file system.
public DeleteFileSystemWindowsResponse withFinalBackupId(String finalBackupId)
The ID of the final backup for this file system.
finalBackupId - The ID of the final backup for this file system.public List<Tag> getFinalBackupTags()
The set of tags applied to the final backup.
public void setFinalBackupTags(Collection<Tag> finalBackupTags)
The set of tags applied to the final backup.
finalBackupTags - The set of tags applied to the final backup.public DeleteFileSystemWindowsResponse withFinalBackupTags(Tag... finalBackupTags)
The set of tags applied to the 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 - The set of tags applied to the final backup.public DeleteFileSystemWindowsResponse withFinalBackupTags(Collection<Tag> finalBackupTags)
The set of tags applied to the final backup.
finalBackupTags - The set of tags applied to the final backup.public String toString()
toString in class ObjectObject.toString()public DeleteFileSystemWindowsResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.