This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/aws-cpp-sdk-rekognition/include/aws/rekognition/model/GetPersonTrackingRequest.h

245 lines
11 KiB
C
Raw Normal View History

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/rekognition/Rekognition_EXPORTS.h>
#include <aws/rekognition/RekognitionRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/rekognition/model/PersonTrackingSortBy.h>
#include <utility>
namespace Aws
{
namespace Rekognition
{
namespace Model
{
/**
*/
class AWS_REKOGNITION_API GetPersonTrackingRequest : public RekognitionRequest
{
public:
GetPersonTrackingRequest();
// Service request name is the Operation name which will send this request out,
// each operation should has unique request name, so that we can get operation's name from this request.
// Note: this is not true for response, multiple operations may have the same response name,
// so we can not get operation's name from response.
inline virtual const char* GetServiceRequestName() const override { return "GetPersonTracking"; }
Aws::String SerializePayload() const override;
Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;
/**
* <p>The identifier for a job that tracks persons in a video. You get the
* <code>JobId</code> from a call to <code>StartPersonTracking</code>. </p>
*/
inline const Aws::String& GetJobId() const{ return m_jobId; }
/**
* <p>The identifier for a job that tracks persons in a video. You get the
* <code>JobId</code> from a call to <code>StartPersonTracking</code>. </p>
*/
inline bool JobIdHasBeenSet() const { return m_jobIdHasBeenSet; }
/**
* <p>The identifier for a job that tracks persons in a video. You get the
* <code>JobId</code> from a call to <code>StartPersonTracking</code>. </p>
*/
inline void SetJobId(const Aws::String& value) { m_jobIdHasBeenSet = true; m_jobId = value; }
/**
* <p>The identifier for a job that tracks persons in a video. You get the
* <code>JobId</code> from a call to <code>StartPersonTracking</code>. </p>
*/
inline void SetJobId(Aws::String&& value) { m_jobIdHasBeenSet = true; m_jobId = std::move(value); }
/**
* <p>The identifier for a job that tracks persons in a video. You get the
* <code>JobId</code> from a call to <code>StartPersonTracking</code>. </p>
*/
inline void SetJobId(const char* value) { m_jobIdHasBeenSet = true; m_jobId.assign(value); }
/**
* <p>The identifier for a job that tracks persons in a video. You get the
* <code>JobId</code> from a call to <code>StartPersonTracking</code>. </p>
*/
inline GetPersonTrackingRequest& WithJobId(const Aws::String& value) { SetJobId(value); return *this;}
/**
* <p>The identifier for a job that tracks persons in a video. You get the
* <code>JobId</code> from a call to <code>StartPersonTracking</code>. </p>
*/
inline GetPersonTrackingRequest& WithJobId(Aws::String&& value) { SetJobId(std::move(value)); return *this;}
/**
* <p>The identifier for a job that tracks persons in a video. You get the
* <code>JobId</code> from a call to <code>StartPersonTracking</code>. </p>
*/
inline GetPersonTrackingRequest& WithJobId(const char* value) { SetJobId(value); return *this;}
/**
* <p>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.</p>
*/
inline int GetMaxResults() const{ return m_maxResults; }
/**
* <p>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.</p>
*/
inline bool MaxResultsHasBeenSet() const { return m_maxResultsHasBeenSet; }
/**
* <p>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.</p>
*/
inline void SetMaxResults(int value) { m_maxResultsHasBeenSet = true; m_maxResults = value; }
/**
* <p>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.</p>
*/
inline GetPersonTrackingRequest& WithMaxResults(int value) { SetMaxResults(value); return *this;}
/**
* <p>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. </p>
*/
inline const Aws::String& GetNextToken() const{ return m_nextToken; }
/**
* <p>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. </p>
*/
inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; }
/**
* <p>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. </p>
*/
inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; }
/**
* <p>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. </p>
*/
inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); }
/**
* <p>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. </p>
*/
inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); }
/**
* <p>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. </p>
*/
inline GetPersonTrackingRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
/**
* <p>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. </p>
*/
inline GetPersonTrackingRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
/**
* <p>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. </p>
*/
inline GetPersonTrackingRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;}
/**
* <p>Sort to use for elements in the <code>Persons</code> array. Use
* <code>TIMESTAMP</code> to sort array elements by the time persons are detected.
* Use <code>INDEX</code> to sort by the tracked persons. If you sort by
* <code>INDEX</code>, the array elements for each person are sorted by detection
* confidence. The default sort is by <code>TIMESTAMP</code>.</p>
*/
inline const PersonTrackingSortBy& GetSortBy() const{ return m_sortBy; }
/**
* <p>Sort to use for elements in the <code>Persons</code> array. Use
* <code>TIMESTAMP</code> to sort array elements by the time persons are detected.
* Use <code>INDEX</code> to sort by the tracked persons. If you sort by
* <code>INDEX</code>, the array elements for each person are sorted by detection
* confidence. The default sort is by <code>TIMESTAMP</code>.</p>
*/
inline bool SortByHasBeenSet() const { return m_sortByHasBeenSet; }
/**
* <p>Sort to use for elements in the <code>Persons</code> array. Use
* <code>TIMESTAMP</code> to sort array elements by the time persons are detected.
* Use <code>INDEX</code> to sort by the tracked persons. If you sort by
* <code>INDEX</code>, the array elements for each person are sorted by detection
* confidence. The default sort is by <code>TIMESTAMP</code>.</p>
*/
inline void SetSortBy(const PersonTrackingSortBy& value) { m_sortByHasBeenSet = true; m_sortBy = value; }
/**
* <p>Sort to use for elements in the <code>Persons</code> array. Use
* <code>TIMESTAMP</code> to sort array elements by the time persons are detected.
* Use <code>INDEX</code> to sort by the tracked persons. If you sort by
* <code>INDEX</code>, the array elements for each person are sorted by detection
* confidence. The default sort is by <code>TIMESTAMP</code>.</p>
*/
inline void SetSortBy(PersonTrackingSortBy&& value) { m_sortByHasBeenSet = true; m_sortBy = std::move(value); }
/**
* <p>Sort to use for elements in the <code>Persons</code> array. Use
* <code>TIMESTAMP</code> to sort array elements by the time persons are detected.
* Use <code>INDEX</code> to sort by the tracked persons. If you sort by
* <code>INDEX</code>, the array elements for each person are sorted by detection
* confidence. The default sort is by <code>TIMESTAMP</code>.</p>
*/
inline GetPersonTrackingRequest& WithSortBy(const PersonTrackingSortBy& value) { SetSortBy(value); return *this;}
/**
* <p>Sort to use for elements in the <code>Persons</code> array. Use
* <code>TIMESTAMP</code> to sort array elements by the time persons are detected.
* Use <code>INDEX</code> to sort by the tracked persons. If you sort by
* <code>INDEX</code>, the array elements for each person are sorted by detection
* confidence. The default sort is by <code>TIMESTAMP</code>.</p>
*/
inline GetPersonTrackingRequest& WithSortBy(PersonTrackingSortBy&& value) { SetSortBy(std::move(value)); return *this;}
private:
Aws::String m_jobId;
bool m_jobIdHasBeenSet;
int m_maxResults;
bool m_maxResultsHasBeenSet;
Aws::String m_nextToken;
bool m_nextTokenHasBeenSet;
PersonTrackingSortBy m_sortBy;
bool m_sortByHasBeenSet;
};
} // namespace Model
} // namespace Rekognition
} // namespace Aws