7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/rekognition/model/Video.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/rekognition/model/NotificationChannel.h>
12#include <aws/rekognition/model/StartTextDetectionFilters.h>
44 template<
typename V
ideoT = V
ideo>
45 void SetVideo(VideoT&& value) { m_videoHasBeenSet =
true; m_video = std::forward<VideoT>(value); }
46 template<
typename V
ideoT = V
ideo>
59 template<
typename ClientRequestTokenT = Aws::String>
60 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
61 template<
typename ClientRequestTokenT = Aws::String>
69 template<
typename NotificationChannelT = NotificationChannel>
70 void SetNotificationChannel(NotificationChannelT&& value) { m_notificationChannelHasBeenSet =
true; m_notificationChannel = std::forward<NotificationChannelT>(value); }
71 template<
typename NotificationChannelT = NotificationChannel>
83 template<
typename JobTagT = Aws::String>
84 void SetJobTag(JobTagT&& value) { m_jobTagHasBeenSet =
true; m_jobTag = std::forward<JobTagT>(value); }
85 template<
typename JobTagT = Aws::String>
96 template<
typename FiltersT = StartTextDetectionFilters>
97 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
98 template<
typename FiltersT = StartTextDetectionFilters>
104 bool m_videoHasBeenSet =
false;
107 bool m_clientRequestTokenHasBeenSet =
false;
110 bool m_notificationChannelHasBeenSet =
false;
113 bool m_jobTagHasBeenSet =
false;
116 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