Class DescribeAttachmentResult
java.lang.Object
com.amazonaws.services.support.model.DescribeAttachmentResult
- All Implemented Interfaces:
Serializable
,Cloneable
The content and file name of the attachment returned by the DescribeAttachment operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The attachment content and file name.int
hashCode()
void
setAttachment
(Attachment attachment) The attachment content and file name.toString()
Returns a string representation of this object; useful for testing and debugging.withAttachment
(Attachment attachment) The attachment content and file name.
-
Constructor Details
-
DescribeAttachmentResult
public DescribeAttachmentResult()
-
-
Method Details
-
setAttachment
The attachment content and file name.
- Parameters:
attachment
- The attachment content and file name.
-
getAttachment
The attachment content and file name.
- Returns:
- The attachment content and file name.
-
withAttachment
The attachment content and file name.
- Parameters:
attachment
- The attachment content and file name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-