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>
49 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
63 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
77 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
114 bool m_jobIdHasBeenSet =
false;
117 bool m_maxResultsHasBeenSet =
false;
120 bool m_nextTokenHasBeenSet =
false;
123 bool m_sortByHasBeenSet =
false;
126 bool m_aggregateByHasBeenSet =
false;
GetLabelDetectionRequest & WithNextToken(const Aws::String &value)
void SetNextToken(const Aws::String &value)
GetLabelDetectionRequest & WithSortBy(const LabelDetectionSortBy &value)
bool SortByHasBeenSet() const
void SetSortBy(LabelDetectionSortBy &&value)
void SetNextToken(Aws::String &&value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNextToken(const char *value)
GetLabelDetectionRequest & WithNextToken(const char *value)
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
void SetAggregateBy(const LabelDetectionAggregateBy &value)
const Aws::String & GetNextToken() const
GetLabelDetectionRequest & WithJobId(const char *value)
const LabelDetectionSortBy & GetSortBy() const
void SetJobId(Aws::String &&value)
GetLabelDetectionRequest & WithAggregateBy(const LabelDetectionAggregateBy &value)
void SetJobId(const Aws::String &value)
void SetJobId(const char *value)
GetLabelDetectionRequest & WithAggregateBy(LabelDetectionAggregateBy &&value)
const Aws::String & GetJobId() const
void SetAggregateBy(LabelDetectionAggregateBy &&value)
GetLabelDetectionRequest & WithJobId(const Aws::String &value)
const LabelDetectionAggregateBy & GetAggregateBy() const
AWS_REKOGNITION_API Aws::String SerializePayload() const override
GetLabelDetectionRequest & WithSortBy(LabelDetectionSortBy &&value)
AWS_REKOGNITION_API GetLabelDetectionRequest()
void SetSortBy(const LabelDetectionSortBy &value)
GetLabelDetectionRequest & WithNextToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
bool JobIdHasBeenSet() const
void SetMaxResults(int value)
bool AggregateByHasBeenSet() const
GetLabelDetectionRequest & WithMaxResults(int value)
GetLabelDetectionRequest & WithJobId(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
LabelDetectionAggregateBy
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String