@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 final Video video()
The video in which you want to detect people. The video must be stored in an Amazon S3 bucket.
public final 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 final NotificationChannel notificationChannel()
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the people detection operation to. The Amazon SNS topic must have a topic name that begins with AmazonRekognition if you are using the AmazonRekognitionServiceRole permissions policy.
public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.