@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CompleteAttachmentUploadRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CompleteAttachmentUploadRequest() |
| Modifier and Type | Method and Description |
|---|---|
CompleteAttachmentUploadRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAttachmentIds()
A list of unique identifiers for the attachments.
|
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getConnectionToken()
The authentication token associated with the participant's connection.
|
int |
hashCode() |
void |
setAttachmentIds(Collection<String> attachmentIds)
A list of unique identifiers for the attachments.
|
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setConnectionToken(String connectionToken)
The authentication token associated with the participant's connection.
|
String |
toString()
Returns a string representation of this object.
|
CompleteAttachmentUploadRequest |
withAttachmentIds(Collection<String> attachmentIds)
A list of unique identifiers for the attachments.
|
CompleteAttachmentUploadRequest |
withAttachmentIds(String... attachmentIds)
A list of unique identifiers for the attachments.
|
CompleteAttachmentUploadRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CompleteAttachmentUploadRequest |
withConnectionToken(String connectionToken)
The authentication token associated with the participant's connection.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getAttachmentIds()
A list of unique identifiers for the attachments.
public void setAttachmentIds(Collection<String> attachmentIds)
A list of unique identifiers for the attachments.
attachmentIds - A list of unique identifiers for the attachments.public CompleteAttachmentUploadRequest withAttachmentIds(String... attachmentIds)
A list of unique identifiers for the attachments.
NOTE: This method appends the values to the existing list (if any). Use
setAttachmentIds(java.util.Collection) or withAttachmentIds(java.util.Collection) if you want
to override the existing values.
attachmentIds - A list of unique identifiers for the attachments.public CompleteAttachmentUploadRequest withAttachmentIds(Collection<String> attachmentIds)
A list of unique identifiers for the attachments.
attachmentIds - A list of unique identifiers for the attachments.public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public CompleteAttachmentUploadRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public void setConnectionToken(String connectionToken)
The authentication token associated with the participant's connection.
connectionToken - The authentication token associated with the participant's connection.public String getConnectionToken()
The authentication token associated with the participant's connection.
public CompleteAttachmentUploadRequest withConnectionToken(String connectionToken)
The authentication token associated with the participant's connection.
connectionToken - The authentication token associated with the participant's connection.public String toString()
toString in class ObjectObject.toString()public CompleteAttachmentUploadRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.