Package | Description |
---|---|
com.amazonaws.services.support.model | |
com.amazonaws.services.support.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<AttachmentDetails> |
Communication.attachmentSet
Information about the attachments to the case communication.
|
Modifier and Type | Method and Description |
---|---|
AttachmentDetails |
AttachmentDetails.clone() |
AttachmentDetails |
AttachmentDetails.withAttachmentId(java.lang.String attachmentId)
The ID of the attachment.
|
AttachmentDetails |
AttachmentDetails.withFileName(java.lang.String fileName)
The file name of the attachment.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AttachmentDetails> |
Communication.getAttachmentSet()
Information about the attachments to the case communication.
|
Modifier and Type | Method and Description |
---|---|
Communication |
Communication.withAttachmentSet(AttachmentDetails... attachmentSet)
Information about the attachments to the case communication.
|
Modifier and Type | Method and Description |
---|---|
void |
Communication.setAttachmentSet(java.util.Collection<AttachmentDetails> attachmentSet)
Information about the attachments to the case communication.
|
Communication |
Communication.withAttachmentSet(java.util.Collection<AttachmentDetails> attachmentSet)
Information about the attachments to the case communication.
|
Modifier and Type | Method and Description |
---|---|
AttachmentDetails |
AttachmentDetailsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AttachmentDetailsJsonMarshaller.marshall(AttachmentDetails attachmentDetails,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|