Class AttachmentDetails
java.lang.Object
com.amazonaws.services.support.model.AttachmentDetails
- All Implemented Interfaces:
Serializable
,Cloneable
The file name and ID of an attachment to a case communication. You can use the ID to retrieve the attachment with the DescribeAttachment operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of the attachment.The file name of the attachment.int
hashCode()
void
setAttachmentId
(String attachmentId) The ID of the attachment.void
setFileName
(String fileName) The file name of the attachment.toString()
Returns a string representation of this object; useful for testing and debugging.withAttachmentId
(String attachmentId) The ID of the attachment.withFileName
(String fileName) The file name of the attachment.
-
Constructor Details
-
AttachmentDetails
public AttachmentDetails()
-
-
Method Details
-
setAttachmentId
The ID of the attachment.
- Parameters:
attachmentId
- The ID of the attachment.
-
getAttachmentId
The ID of the attachment.
- Returns:
- The ID of the attachment.
-
withAttachmentId
The ID of the attachment.
- Parameters:
attachmentId
- The ID of the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFileName
The file name of the attachment.
- Parameters:
fileName
- The file name of the attachment.
-
getFileName
The file name of the attachment.
- Returns:
- The file name of the attachment.
-
withFileName
The file name of the attachment.
- Parameters:
fileName
- The file name of the attachment.- 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
-