@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CompleteAttachedFileUploadRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CompleteAttachedFileUploadRequest() |
| Modifier and Type | Method and Description |
|---|---|
CompleteAttachedFileUploadRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssociatedResourceArn()
The resource to which the attached file is (being) uploaded to.
|
String |
getFileId()
The unique identifier of the attached file resource.
|
String |
getInstanceId()
The unique identifier of the Connect instance.
|
int |
hashCode() |
void |
setAssociatedResourceArn(String associatedResourceArn)
The resource to which the attached file is (being) uploaded to.
|
void |
setFileId(String fileId)
The unique identifier of the attached file resource.
|
void |
setInstanceId(String instanceId)
The unique identifier of the Connect instance.
|
String |
toString()
Returns a string representation of this object.
|
CompleteAttachedFileUploadRequest |
withAssociatedResourceArn(String associatedResourceArn)
The resource to which the attached file is (being) uploaded to.
|
CompleteAttachedFileUploadRequest |
withFileId(String fileId)
The unique identifier of the attached file resource.
|
CompleteAttachedFileUploadRequest |
withInstanceId(String instanceId)
The unique identifier of the Connect instance.
|
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 void setInstanceId(String instanceId)
The unique identifier of the Connect instance.
instanceId - The unique identifier of the Connect instance.public String getInstanceId()
The unique identifier of the Connect instance.
public CompleteAttachedFileUploadRequest withInstanceId(String instanceId)
The unique identifier of the Connect instance.
instanceId - The unique identifier of the Connect instance.public void setFileId(String fileId)
The unique identifier of the attached file resource.
fileId - The unique identifier of the attached file resource.public String getFileId()
The unique identifier of the attached file resource.
public CompleteAttachedFileUploadRequest withFileId(String fileId)
The unique identifier of the attached file resource.
fileId - The unique identifier of the attached file resource.public void setAssociatedResourceArn(String associatedResourceArn)
The resource to which the attached file is (being) uploaded to. Cases are the only current supported resource.
This value must be a valid ARN.
associatedResourceArn - The resource to which the attached file is (being) uploaded to. Cases
are the only current supported resource. This value must be a valid ARN.
public String getAssociatedResourceArn()
The resource to which the attached file is (being) uploaded to. Cases are the only current supported resource.
This value must be a valid ARN.
This value must be a valid ARN.
public CompleteAttachedFileUploadRequest withAssociatedResourceArn(String associatedResourceArn)
The resource to which the attached file is (being) uploaded to. Cases are the only current supported resource.
This value must be a valid ARN.
associatedResourceArn - The resource to which the attached file is (being) uploaded to. Cases
are the only current supported resource. This value must be a valid ARN.
public String toString()
toString in class ObjectObject.toString()public CompleteAttachedFileUploadRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.