Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AddAttachmentsToSetRequest.Builder,AddAttachmentsToSetRequest>
@Generated("software.amazon.awssdk:codegen") public class AddAttachmentsToSetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AddAttachmentsToSetRequest.Builder,AddAttachmentsToSetRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AddAttachmentsToSetRequest.Builder |
NOOP
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
static Class<? extends AddAttachmentsToSetRequest.Builder> |
serializableBuilderClass() |
|
AddAttachmentsToSetRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
public AddAttachmentsToSetRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AddAttachmentsToSetRequest.Builder,AddAttachmentsToSetRequest>
public static AddAttachmentsToSetRequest.Builder builder()
public static Class<? extends AddAttachmentsToSetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.