public class DescribeAttachmentResult extends Object implements Serializable
Constructor and Description |
---|
DescribeAttachmentResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Attachment |
getAttachment()
Returns the value of the Attachment property for this object.
|
int |
hashCode() |
void |
setAttachment(Attachment attachment)
Sets the value of the Attachment property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAttachmentResult |
withAttachment(Attachment attachment)
Sets the value of the Attachment property for this object.
|
public Attachment getAttachment()
public void setAttachment(Attachment attachment)
attachment
- The new value for the Attachment property for this object.public DescribeAttachmentResult withAttachment(Attachment attachment)
Returns a reference to this object so that method calls can be chained together.
attachment
- The new value for the Attachment property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.