@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVolumeOntapResponse extends Object implements Serializable, Cloneable, StructuredPojo
The response object for the Amazon FSx for NetApp ONTAP volume being deleted in the DeleteVolume
operation.
| Constructor and Description |
|---|
DeleteVolumeOntapResponse() |
| Modifier and Type | Method and Description |
|---|---|
DeleteVolumeOntapResponse |
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.
|
DeleteVolumeOntapResponse |
withFinalBackupId(String finalBackupId) |
DeleteVolumeOntapResponse |
withFinalBackupTags(Collection<Tag> finalBackupTags) |
DeleteVolumeOntapResponse |
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 DeleteVolumeOntapResponse withFinalBackupId(String finalBackupId)
finalBackupId - public void setFinalBackupTags(Collection<Tag> finalBackupTags)
finalBackupTags - public DeleteVolumeOntapResponse 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 DeleteVolumeOntapResponse withFinalBackupTags(Collection<Tag> finalBackupTags)
finalBackupTags - public String toString()
toString in class ObjectObject.toString()public DeleteVolumeOntapResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.