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/NotificationChannel.h>
11#include <aws/rekognition/model/StartTextDetectionFilters.h>
12#include <aws/rekognition/model/Video.h>
17namespace Rekognition {
40 template <
typename V
ideoT = V
ideo>
42 m_videoHasBeenSet =
true;
43 m_video = std::forward<VideoT>(value);
45 template <
typename V
ideoT = V
ideo>
47 SetVideo(std::forward<VideoT>(value));
61 template <
typename ClientRequestTokenT = Aws::String>
63 m_clientRequestTokenHasBeenSet =
true;
64 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
66 template <
typename ClientRequestTokenT = Aws::String>
77 template <
typename NotificationChannelT = NotificationChannel>
79 m_notificationChannelHasBeenSet =
true;
80 m_notificationChannel = std::forward<NotificationChannelT>(value);
82 template <
typename NotificationChannelT = NotificationChannel>
97 template <
typename JobTagT = Aws::String>
99 m_jobTagHasBeenSet =
true;
100 m_jobTag = std::forward<JobTagT>(value);
102 template <
typename JobTagT = Aws::String>
116 template <
typename FiltersT = StartTextDetectionFilters>
118 m_filtersHasBeenSet =
true;
119 m_filters = std::forward<FiltersT>(value);
121 template <
typename FiltersT = StartTextDetectionFilters>
129 bool m_videoHasBeenSet =
false;
132 bool m_clientRequestTokenHasBeenSet =
false;
135 bool m_notificationChannelHasBeenSet =
false;
138 bool m_jobTagHasBeenSet =
false;
141 bool m_filtersHasBeenSet =
false;
bool ClientRequestTokenHasBeenSet() const
void SetJobTag(JobTagT &&value)
bool NotificationChannelHasBeenSet() const
StartTextDetectionRequest & WithJobTag(JobTagT &&value)
StartTextDetectionRequest & WithClientRequestToken(ClientRequestTokenT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
StartTextDetectionRequest & WithFilters(FiltersT &&value)
void SetFilters(FiltersT &&value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
StartTextDetectionRequest & WithNotificationChannel(NotificationChannelT &&value)
bool JobTagHasBeenSet() const
bool FiltersHasBeenSet() const
AWS_REKOGNITION_API StartTextDetectionRequest()=default
StartTextDetectionRequest & WithVideo(VideoT &&value)
void SetVideo(VideoT &&value)
const Aws::String & GetJobTag() const
const StartTextDetectionFilters & GetFilters() const
virtual const char * GetServiceRequestName() const override
const Video & GetVideo() const
bool VideoHasBeenSet() const
const NotificationChannel & GetNotificationChannel() const
void SetNotificationChannel(NotificationChannelT &&value)
const Aws::String & GetClientRequestToken() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String