7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rekognition/model/LabelDetectionSortBy.h>
11#include <aws/rekognition/model/LabelDetectionAggregateBy.h>
47 template<
typename JobIdT = Aws::String>
48 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
49 template<
typename JobIdT = Aws::String>
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
73 template<
typename NextTokenT = Aws::String>
74 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
75 template<
typename NextTokenT = Aws::String>
106 bool m_jobIdHasBeenSet =
false;
109 bool m_maxResultsHasBeenSet =
false;
112 bool m_nextTokenHasBeenSet =
false;
115 bool m_sortByHasBeenSet =
false;
118 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