@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFileSystemOpenZFSResponse extends Object implements Serializable, Cloneable, StructuredPojo
The response object for the Amazon FSx for OpenZFS file system that's being deleted in the
DeleteFileSystem
operation.
Constructor and Description |
---|
DeleteFileSystemOpenZFSResponse() |
Modifier and Type | Method and Description |
---|---|
DeleteFileSystemOpenZFSResponse |
clone() |
boolean |
equals(Object obj) |
String |
getFinalBackupId() |
List<Tag> |
getFinalBackupTags() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFinalBackupId(String finalBackupId) |
void |
setFinalBackupTags(Collection<Tag> finalBackupTags) |
String |
toString()
Returns a string representation of this object.
|
DeleteFileSystemOpenZFSResponse |
withFinalBackupId(String finalBackupId) |
DeleteFileSystemOpenZFSResponse |
withFinalBackupTags(Collection<Tag> finalBackupTags) |
DeleteFileSystemOpenZFSResponse |
withFinalBackupTags(Tag... finalBackupTags)
NOTE: This method appends the values to the existing list (if any).
|
public void setFinalBackupId(String finalBackupId)
finalBackupId
- public String getFinalBackupId()
public DeleteFileSystemOpenZFSResponse withFinalBackupId(String finalBackupId)
finalBackupId
- public void setFinalBackupTags(Collection<Tag> finalBackupTags)
finalBackupTags
- public DeleteFileSystemOpenZFSResponse withFinalBackupTags(Tag... finalBackupTags)
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
- public DeleteFileSystemOpenZFSResponse withFinalBackupTags(Collection<Tag> finalBackupTags)
finalBackupTags
- public String toString()
toString
in class Object
Object.toString()
public DeleteFileSystemOpenZFSResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.