@Generated(value="software.amazon.awssdk:codegen") public class AttachmentDetails extends Object implements software.amazon.awssdk.core.protocol.StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<AttachmentDetails.Builder,AttachmentDetails>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttachmentDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attachmentId()
The ID of the attachment.
|
static AttachmentDetails.Builder |
builder() |
boolean |
equals(Object obj) |
String |
fileName()
The file name of the attachment.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller) |
static Class<? extends AttachmentDetails.Builder> |
serializableBuilderClass() |
AttachmentDetails.Builder |
toBuilder() |
String |
toString() |
public String attachmentId()
The ID of the attachment.
public String fileName()
The file name of the attachment.
public AttachmentDetails.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<AttachmentDetails.Builder,AttachmentDetails>public static AttachmentDetails.Builder builder()
public static Class<? extends AttachmentDetails.Builder> serializableBuilderClass()
public void marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
marshall in interface software.amazon.awssdk.core.protocol.StructuredPojoCopyright © 2018. All rights reserved.