@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDocumentTextDetectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartDocumentTextDetectionRequest() |
Modifier and Type | Method and Description |
---|---|
StartDocumentTextDetectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
The idempotent token that's used to identify the start request.
|
DocumentLocation |
getDocumentLocation()
The location of the document to be processed.
|
String |
getJobTag()
An identifier you specify that's included in the completion notification that's published to the Amazon SNS
topic.
|
NotificationChannel |
getNotificationChannel()
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
The idempotent token that's used to identify the start request.
|
void |
setDocumentLocation(DocumentLocation documentLocation)
The location of the document to be processed.
|
void |
setJobTag(String jobTag)
An identifier you specify that's included in the completion notification that's published to the Amazon SNS
topic.
|
void |
setNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
String |
toString()
Returns a string representation of this object.
|
StartDocumentTextDetectionRequest |
withClientRequestToken(String clientRequestToken)
The idempotent token that's used to identify the start request.
|
StartDocumentTextDetectionRequest |
withDocumentLocation(DocumentLocation documentLocation)
The location of the document to be processed.
|
StartDocumentTextDetectionRequest |
withJobTag(String jobTag)
An identifier you specify that's included in the completion notification that's published to the Amazon SNS
topic.
|
StartDocumentTextDetectionRequest |
withNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setDocumentLocation(DocumentLocation documentLocation)
The location of the document to be processed.
documentLocation
- The location of the document to be processed.public DocumentLocation getDocumentLocation()
The location of the document to be processed.
public StartDocumentTextDetectionRequest withDocumentLocation(DocumentLocation documentLocation)
The location of the document to be processed.
documentLocation
- The location of the document to be processed.public void setClientRequestToken(String clientRequestToken)
The idempotent token that's used to identify the start request. If you use the same token with multiple
StartDocumentTextDetection
requests, the same JobId
is returned. Use
ClientRequestToken
to prevent the same job from being accidentally started more than once.
clientRequestToken
- The idempotent token that's used to identify the start request. If you use the same token with multiple
StartDocumentTextDetection
requests, the same JobId
is returned. Use
ClientRequestToken
to prevent the same job from being accidentally started more than once.public String getClientRequestToken()
The idempotent token that's used to identify the start request. If you use the same token with multiple
StartDocumentTextDetection
requests, the same JobId
is returned. Use
ClientRequestToken
to prevent the same job from being accidentally started more than once.
StartDocumentTextDetection
requests, the same JobId
is returned. Use
ClientRequestToken
to prevent the same job from being accidentally started more than once.public StartDocumentTextDetectionRequest withClientRequestToken(String clientRequestToken)
The idempotent token that's used to identify the start request. If you use the same token with multiple
StartDocumentTextDetection
requests, the same JobId
is returned. Use
ClientRequestToken
to prevent the same job from being accidentally started more than once.
clientRequestToken
- The idempotent token that's used to identify the start request. If you use the same token with multiple
StartDocumentTextDetection
requests, the same JobId
is returned. Use
ClientRequestToken
to prevent the same job from being accidentally started more than once.public void setJobTag(String jobTag)
An identifier you specify that's included in the completion notification that's published to the Amazon SNS
topic. For example, you can use JobTag
to identify the type of document, such as a tax form or a
receipt, that the completion notification corresponds to.
jobTag
- An identifier you specify that's included in the completion notification that's published to the Amazon
SNS topic. For example, you can use JobTag
to identify the type of document, such as a tax
form or a receipt, that the completion notification corresponds to.public String getJobTag()
An identifier you specify that's included in the completion notification that's published to the Amazon SNS
topic. For example, you can use JobTag
to identify the type of document, such as a tax form or a
receipt, that the completion notification corresponds to.
JobTag
to identify the type of document, such as a tax
form or a receipt, that the completion notification corresponds to.public StartDocumentTextDetectionRequest withJobTag(String jobTag)
An identifier you specify that's included in the completion notification that's published to the Amazon SNS
topic. For example, you can use JobTag
to identify the type of document, such as a tax form or a
receipt, that the completion notification corresponds to.
jobTag
- An identifier you specify that's included in the completion notification that's published to the Amazon
SNS topic. For example, you can use JobTag
to identify the type of document, such as a tax
form or a receipt, that the completion notification corresponds to.public void setNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
notificationChannel
- The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation
to.public NotificationChannel getNotificationChannel()
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
public StartDocumentTextDetectionRequest withNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
notificationChannel
- The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation
to.public String toString()
toString
in class Object
Object.toString()
public StartDocumentTextDetectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.