7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
14namespace Rekognition {
41 template <
typename JobIdT = Aws::String>
43 m_jobIdHasBeenSet =
true;
44 m_jobId = std::forward<JobIdT>(value);
46 template <
typename JobIdT = Aws::String>
48 SetJobId(std::forward<JobIdT>(value));
61 m_maxResultsHasBeenSet =
true;
78 template <
typename NextTokenT = Aws::String>
80 m_nextTokenHasBeenSet =
true;
81 m_nextToken = std::forward<NextTokenT>(value);
83 template <
typename NextTokenT = Aws::String>
91 bool m_jobIdHasBeenSet =
false;
94 bool m_maxResultsHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
void SetMaxResults(int value)
const Aws::String & GetJobId() const
bool JobIdHasBeenSet() const
AWS_REKOGNITION_API Aws::String SerializePayload() const override
AWS_REKOGNITION_API GetTextDetectionRequest()=default
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
GetTextDetectionRequest & WithMaxResults(int value)
GetTextDetectionRequest & WithNextToken(NextTokenT &&value)
void SetJobId(JobIdT &&value)
GetTextDetectionRequest & WithJobId(JobIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String