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/ContentModerationAggregateBy.h>
11#include <aws/rekognition/model/ContentModerationSortBy.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;
82 template <
typename NextTokenT = Aws::String>
84 m_nextTokenHasBeenSet =
true;
85 m_nextToken = std::forward<NextTokenT>(value);
87 template <
typename NextTokenT = Aws::String>
105 m_sortByHasBeenSet =
true;
123 m_aggregateByHasBeenSet =
true;
124 m_aggregateBy = value;
133 bool m_jobIdHasBeenSet =
false;
136 bool m_maxResultsHasBeenSet =
false;
139 bool m_nextTokenHasBeenSet =
false;
142 bool m_sortByHasBeenSet =
false;
145 bool m_aggregateByHasBeenSet =
false;
int GetMaxResults() const
const Aws::String & GetNextToken() const
ContentModerationAggregateBy GetAggregateBy() const
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
GetContentModerationRequest & WithJobId(JobIdT &&value)
ContentModerationSortBy GetSortBy() const
bool SortByHasBeenSet() const
GetContentModerationRequest & WithSortBy(ContentModerationSortBy value)
void SetAggregateBy(ContentModerationAggregateBy value)
GetContentModerationRequest & WithNextToken(NextTokenT &&value)
bool AggregateByHasBeenSet() const
bool JobIdHasBeenSet() const
void SetSortBy(ContentModerationSortBy value)
AWS_REKOGNITION_API GetContentModerationRequest()=default
AWS_REKOGNITION_API Aws::String SerializePayload() const override
const Aws::String & GetJobId() const
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetContentModerationRequest & WithAggregateBy(ContentModerationAggregateBy value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetJobId(JobIdT &&value)
GetContentModerationRequest & WithMaxResults(int value)
void SetMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
ContentModerationAggregateBy
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String