@Generated(value="software.amazon.awssdk:codegen") public final class StartPersonTrackingRequest extends RekognitionRequest implements ToCopyableBuilder<StartPersonTrackingRequest.Builder,StartPersonTrackingRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartPersonTrackingRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartPersonTrackingRequest.Builder |
builder() |
String |
clientRequestToken()
Idempotent token used to identify the start request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobTag()
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple
Notification Service topic.
|
NotificationChannel |
notificationChannel()
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the people
detection operation to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartPersonTrackingRequest.Builder> |
serializableBuilderClass() |
StartPersonTrackingRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Video |
video()
The video in which you want to detect people.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Video video()
The video in which you want to detect people. The video must be stored in an Amazon S3 bucket.
public String clientRequestToken()
Idempotent token used to identify the start request. If you use the same token with multiple
StartPersonTracking requests, the same JobId is returned. Use
ClientRequestToken to prevent the same job from being accidently started more than once.
StartPersonTracking requests, the same JobId is returned. Use
ClientRequestToken to prevent the same job from being accidently started more than once.public NotificationChannel notificationChannel()
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the people detection operation to.
public String jobTag()
An identifier you specify that's returned in the completion notification that's published to 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 StartPersonTrackingRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartPersonTrackingRequest.Builder,StartPersonTrackingRequest>toBuilder in class RekognitionRequestpublic static StartPersonTrackingRequest.Builder builder()
public static Class<? extends StartPersonTrackingRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.