@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPersonTrackingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetPersonTrackingRequest() |
Modifier and Type | Method and Description |
---|---|
GetPersonTrackingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getJobId()
The identifier for a job that tracks persons in a video.
|
Integer |
getMaxResults()
Maximum number of results to return per paginated call.
|
String |
getNextToken()
If the previous response was incomplete (because there are more persons to retrieve), Amazon Rekognition Video
returns a pagination token in the response.
|
String |
getSortBy()
Sort to use for elements in the
Persons array. |
int |
hashCode() |
void |
setJobId(String jobId)
The identifier for a job that tracks persons in a video.
|
void |
setMaxResults(Integer maxResults)
Maximum number of results to return per paginated call.
|
void |
setNextToken(String nextToken)
If the previous response was incomplete (because there are more persons to retrieve), Amazon Rekognition Video
returns a pagination token in the response.
|
void |
setSortBy(String sortBy)
Sort to use for elements in the
Persons array. |
String |
toString()
Returns a string representation of this object.
|
GetPersonTrackingRequest |
withJobId(String jobId)
The identifier for a job that tracks persons in a video.
|
GetPersonTrackingRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return per paginated call.
|
GetPersonTrackingRequest |
withNextToken(String nextToken)
If the previous response was incomplete (because there are more persons to retrieve), Amazon Rekognition Video
returns a pagination token in the response.
|
GetPersonTrackingRequest |
withSortBy(PersonTrackingSortBy sortBy)
Sort to use for elements in the
Persons array. |
GetPersonTrackingRequest |
withSortBy(String sortBy)
Sort to use for elements in the
Persons array. |
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 setJobId(String jobId)
The identifier for a job that tracks persons in a video. You get the JobId
from a call to
StartPersonTracking
.
jobId
- The identifier for a job that tracks persons in a video. You get the JobId
from a call to
StartPersonTracking
.public String getJobId()
The identifier for a job that tracks persons in a video. You get the JobId
from a call to
StartPersonTracking
.
JobId
from a call to
StartPersonTracking
.public GetPersonTrackingRequest withJobId(String jobId)
The identifier for a job that tracks persons in a video. You get the JobId
from a call to
StartPersonTracking
.
jobId
- The identifier for a job that tracks persons in a video. You get the JobId
from a call to
StartPersonTracking
.public void setMaxResults(Integer maxResults)
Maximum number of results to return per paginated call. The largest value you can specify is 1000. If you specify a value greater than 1000, a maximum of 1000 results is returned. The default value is 1000.
maxResults
- Maximum number of results to return per paginated call. The largest value you can specify is 1000. If you
specify a value greater than 1000, a maximum of 1000 results is returned. The default value is 1000.public Integer getMaxResults()
Maximum number of results to return per paginated call. The largest value you can specify is 1000. If you specify a value greater than 1000, a maximum of 1000 results is returned. The default value is 1000.
public GetPersonTrackingRequest withMaxResults(Integer maxResults)
Maximum number of results to return per paginated call. The largest value you can specify is 1000. If you specify a value greater than 1000, a maximum of 1000 results is returned. The default value is 1000.
maxResults
- Maximum number of results to return per paginated call. The largest value you can specify is 1000. If you
specify a value greater than 1000, a maximum of 1000 results is returned. The default value is 1000.public void setNextToken(String nextToken)
If the previous response was incomplete (because there are more persons to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of persons.
nextToken
- If the previous response was incomplete (because there are more persons to retrieve), Amazon Rekognition
Video returns a pagination token in the response. You can use this pagination token to retrieve the next
set of persons.public String getNextToken()
If the previous response was incomplete (because there are more persons to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of persons.
public GetPersonTrackingRequest withNextToken(String nextToken)
If the previous response was incomplete (because there are more persons to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of persons.
nextToken
- If the previous response was incomplete (because there are more persons to retrieve), Amazon Rekognition
Video returns a pagination token in the response. You can use this pagination token to retrieve the next
set of persons.public void setSortBy(String sortBy)
Sort to use for elements in the Persons
array. Use TIMESTAMP
to sort array elements by
the time persons are detected. Use INDEX
to sort by the tracked persons. If you sort by
INDEX
, the array elements for each person are sorted by detection confidence. The default sort is by
TIMESTAMP
.
sortBy
- Sort to use for elements in the Persons
array. Use TIMESTAMP
to sort array
elements by the time persons are detected. Use INDEX
to sort by the tracked persons. If you
sort by INDEX
, the array elements for each person are sorted by detection confidence. The
default sort is by TIMESTAMP
.PersonTrackingSortBy
public String getSortBy()
Sort to use for elements in the Persons
array. Use TIMESTAMP
to sort array elements by
the time persons are detected. Use INDEX
to sort by the tracked persons. If you sort by
INDEX
, the array elements for each person are sorted by detection confidence. The default sort is by
TIMESTAMP
.
Persons
array. Use TIMESTAMP
to sort array
elements by the time persons are detected. Use INDEX
to sort by the tracked persons. If you
sort by INDEX
, the array elements for each person are sorted by detection confidence. The
default sort is by TIMESTAMP
.PersonTrackingSortBy
public GetPersonTrackingRequest withSortBy(String sortBy)
Sort to use for elements in the Persons
array. Use TIMESTAMP
to sort array elements by
the time persons are detected. Use INDEX
to sort by the tracked persons. If you sort by
INDEX
, the array elements for each person are sorted by detection confidence. The default sort is by
TIMESTAMP
.
sortBy
- Sort to use for elements in the Persons
array. Use TIMESTAMP
to sort array
elements by the time persons are detected. Use INDEX
to sort by the tracked persons. If you
sort by INDEX
, the array elements for each person are sorted by detection confidence. The
default sort is by TIMESTAMP
.PersonTrackingSortBy
public GetPersonTrackingRequest withSortBy(PersonTrackingSortBy sortBy)
Sort to use for elements in the Persons
array. Use TIMESTAMP
to sort array elements by
the time persons are detected. Use INDEX
to sort by the tracked persons. If you sort by
INDEX
, the array elements for each person are sorted by detection confidence. The default sort is by
TIMESTAMP
.
sortBy
- Sort to use for elements in the Persons
array. Use TIMESTAMP
to sort array
elements by the time persons are detected. Use INDEX
to sort by the tracked persons. If you
sort by INDEX
, the array elements for each person are sorted by detection confidence. The
default sort is by TIMESTAMP
.PersonTrackingSortBy
public String toString()
toString
in class Object
Object.toString()
public GetPersonTrackingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()