7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
10#include <aws/rekognition/model/LabelDetectionAggregateBy.h>
11#include <aws/rekognition/model/LabelDetectionSortBy.h>
16namespace Rekognition {
43 template <
typename JobIdT = Aws::String>
45 m_jobIdHasBeenSet =
true;
46 m_jobId = std::forward<JobIdT>(value);
48 template <
typename JobIdT = Aws::String>
50 SetJobId(std::forward<JobIdT>(value));
64 m_maxResultsHasBeenSet =
true;
81 template <
typename NextTokenT = Aws::String>
83 m_nextTokenHasBeenSet =
true;
84 m_nextToken = std::forward<NextTokenT>(value);
86 template <
typename NextTokenT = Aws::String>
104 m_sortByHasBeenSet =
true;
121 m_aggregateByHasBeenSet =
true;
122 m_aggregateBy = value;
139 bool m_jobIdHasBeenSet =
false;
140 bool m_maxResultsHasBeenSet =
false;
141 bool m_nextTokenHasBeenSet =
false;
142 bool m_sortByHasBeenSet =
false;
143 bool m_aggregateByHasBeenSet =
false;
GetLabelDetectionRequest & WithAggregateBy(LabelDetectionAggregateBy value)
bool SortByHasBeenSet() const
void SetSortBy(LabelDetectionSortBy value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetLabelDetectionRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
GetLabelDetectionRequest & WithJobId(JobIdT &&value)
void SetAggregateBy(LabelDetectionAggregateBy value)
const Aws::String & GetJobId() const
LabelDetectionSortBy GetSortBy() const
AWS_REKOGNITION_API GetLabelDetectionRequest()=default
AWS_REKOGNITION_API Aws::String SerializePayload() const override
void SetJobId(JobIdT &&value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
bool JobIdHasBeenSet() const
void SetMaxResults(int value)
GetLabelDetectionRequest & WithSortBy(LabelDetectionSortBy value)
bool AggregateByHasBeenSet() const
LabelDetectionAggregateBy GetAggregateBy() const
GetLabelDetectionRequest & WithMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
LabelDetectionAggregateBy
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String