@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartTextDetectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartTextDetectionRequest() |
Modifier and Type | Method and Description |
---|---|
StartTextDetectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
Idempotent token used to identify the start request.
|
StartTextDetectionFilters |
getFilters()
Optional parameters that let you set criteria the text must meet to be included in your response.
|
String |
getJobTag()
An identifier returned in the completion status published by your Amazon Simple Notification Service topic.
|
NotificationChannel |
getNotificationChannel() |
Video |
getVideo() |
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request.
|
void |
setFilters(StartTextDetectionFilters filters)
Optional parameters that let you set criteria the text must meet to be included in your response.
|
void |
setJobTag(String jobTag)
An identifier returned in the completion status published by your Amazon Simple Notification Service topic.
|
void |
setNotificationChannel(NotificationChannel notificationChannel) |
void |
setVideo(Video video) |
String |
toString()
Returns a string representation of this object.
|
StartTextDetectionRequest |
withClientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request.
|
StartTextDetectionRequest |
withFilters(StartTextDetectionFilters filters)
Optional parameters that let you set criteria the text must meet to be included in your response.
|
StartTextDetectionRequest |
withJobTag(String jobTag)
An identifier returned in the completion status published by your Amazon Simple Notification Service topic.
|
StartTextDetectionRequest |
withNotificationChannel(NotificationChannel notificationChannel) |
StartTextDetectionRequest |
withVideo(Video video) |
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 setVideo(Video video)
video
- public Video getVideo()
public StartTextDetectionRequest withVideo(Video video)
video
- public void setClientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request. If you use the same token with multiple
StartTextDetection
requests, the same JobId
is returned. Use
ClientRequestToken
to prevent the same job from being accidentaly started more than once.
clientRequestToken
- Idempotent token used to identify the start request. If you use the same token with multiple
StartTextDetection
requests, the same JobId
is returned. Use
ClientRequestToken
to prevent the same job from being accidentaly started more than once.public String getClientRequestToken()
Idempotent token used to identify the start request. If you use the same token with multiple
StartTextDetection
requests, the same JobId
is returned. Use
ClientRequestToken
to prevent the same job from being accidentaly started more than once.
StartTextDetection
requests, the same JobId
is returned. Use
ClientRequestToken
to prevent the same job from being accidentaly started more than once.public StartTextDetectionRequest withClientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request. If you use the same token with multiple
StartTextDetection
requests, the same JobId
is returned. Use
ClientRequestToken
to prevent the same job from being accidentaly started more than once.
clientRequestToken
- Idempotent token used to identify the start request. If you use the same token with multiple
StartTextDetection
requests, the same JobId
is returned. Use
ClientRequestToken
to prevent the same job from being accidentaly started more than once.public void setNotificationChannel(NotificationChannel notificationChannel)
notificationChannel
- public NotificationChannel getNotificationChannel()
public StartTextDetectionRequest withNotificationChannel(NotificationChannel notificationChannel)
notificationChannel
- public void setJobTag(String jobTag)
An identifier returned in the completion status published by your Amazon Simple Notification Service topic. For
example, you can use JobTag
to group related jobs and identify them in the completion notification.
jobTag
- An identifier returned in the completion status published by your Amazon Simple Notification Service
topic. For example, you can use JobTag
to group related jobs and identify them in the
completion notification.public String getJobTag()
An identifier returned in the completion status published by your Amazon Simple Notification Service topic. For
example, you can use JobTag
to group related jobs and identify them in the completion notification.
JobTag
to group related jobs and identify them in the
completion notification.public StartTextDetectionRequest withJobTag(String jobTag)
An identifier returned in the completion status published by your Amazon Simple Notification Service topic. For
example, you can use JobTag
to group related jobs and identify them in the completion notification.
jobTag
- An identifier returned in the completion status published by your Amazon Simple Notification Service
topic. For example, you can use JobTag
to group related jobs and identify them in the
completion notification.public void setFilters(StartTextDetectionFilters filters)
Optional parameters that let you set criteria the text must meet to be included in your response.
filters
- Optional parameters that let you set criteria the text must meet to be included in your response.public StartTextDetectionFilters getFilters()
Optional parameters that let you set criteria the text must meet to be included in your response.
public StartTextDetectionRequest withFilters(StartTextDetectionFilters filters)
Optional parameters that let you set criteria the text must meet to be included in your response.
filters
- Optional parameters that let you set criteria the text must meet to be included in your response.public String toString()
toString
in class Object
Object.toString()
public StartTextDetectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()