@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAttachmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteAttachmentResult() |
Modifier and Type | Method and Description |
---|---|
DeleteAttachmentResult |
clone() |
boolean |
equals(Object obj) |
Attachment |
getAttachment()
Information about the deleted attachment.
|
int |
hashCode() |
void |
setAttachment(Attachment attachment)
Information about the deleted attachment.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAttachmentResult |
withAttachment(Attachment attachment)
Information about the deleted attachment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAttachment(Attachment attachment)
Information about the deleted attachment.
attachment
- Information about the deleted attachment.public Attachment getAttachment()
Information about the deleted attachment.
public DeleteAttachmentResult withAttachment(Attachment attachment)
Information about the deleted attachment.
attachment
- Information about the deleted attachment.public String toString()
toString
in class Object
Object.toString()
public DeleteAttachmentResult clone()