@Generated(value="software.amazon.awssdk:codegen") public final class AddAttachmentsToSetRequest extends SupportRequest implements ToCopyableBuilder<AddAttachmentsToSetRequest.Builder,AddAttachmentsToSetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddAttachmentsToSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
attachments()
One or more attachments to add to the set.
|
String |
attachmentSetId()
The ID of the attachment set.
|
static AddAttachmentsToSetRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends AddAttachmentsToSetRequest.Builder> |
serializableBuilderClass() |
AddAttachmentsToSetRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String attachmentSetId()
The ID of the attachment set. If an attachmentSetId is not specified, a new attachment set is
created, and the ID of the set is returned in the response. If an attachmentSetId is specified, the
attachments are added to the specified set, if it exists.
attachmentSetId is not specified, a new attachment set
is created, and the ID of the set is returned in the response. If an attachmentSetId is
specified, the attachments are added to the specified set, if it exists.public List<Attachment> attachments()
One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public AddAttachmentsToSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AddAttachmentsToSetRequest.Builder,AddAttachmentsToSetRequest>toBuilder in class SupportRequestpublic static AddAttachmentsToSetRequest.Builder builder()
public static Class<? extends AddAttachmentsToSetRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.