7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/RekognitionRequest.h>
10#include <aws/rekognition/Rekognition_EXPORTS.h>
11#include <aws/rekognition/model/LabelDetectionFeatureName.h>
12#include <aws/rekognition/model/LabelDetectionSettings.h>
13#include <aws/rekognition/model/NotificationChannel.h>
14#include <aws/rekognition/model/Video.h>
19namespace Rekognition {
45 template <
typename V
ideoT = V
ideo>
47 m_videoHasBeenSet =
true;
48 m_video = std::forward<VideoT>(value);
50 template <
typename V
ideoT = V
ideo>
52 SetVideo(std::forward<VideoT>(value));
66 template <
typename ClientRequestTokenT = Aws::String>
68 m_clientRequestTokenHasBeenSet =
true;
69 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
71 template <
typename ClientRequestTokenT = Aws::String>
92 m_minConfidenceHasBeenSet =
true;
93 m_minConfidence = value;
110 template <
typename NotificationChannelT = NotificationChannel>
112 m_notificationChannelHasBeenSet =
true;
113 m_notificationChannel = std::forward<NotificationChannelT>(value);
115 template <
typename NotificationChannelT = NotificationChannel>
131 template <
typename JobTagT = Aws::String>
133 m_jobTagHasBeenSet =
true;
134 m_jobTag = std::forward<JobTagT>(value);
136 template <
typename JobTagT = Aws::String>
150 template <
typename FeaturesT = Aws::Vector<LabelDetectionFeatureName>>
152 m_featuresHasBeenSet =
true;
153 m_features = std::forward<FeaturesT>(value);
155 template <
typename FeaturesT = Aws::Vector<LabelDetectionFeatureName>>
161 m_featuresHasBeenSet =
true;
162 m_features.push_back(value);
175 template <
typename SettingsT = LabelDetectionSettings>
177 m_settingsHasBeenSet =
true;
178 m_settings = std::forward<SettingsT>(value);
180 template <
typename SettingsT = LabelDetectionSettings>
188 bool m_videoHasBeenSet =
false;
191 bool m_clientRequestTokenHasBeenSet =
false;
193 double m_minConfidence{0.0};
194 bool m_minConfidenceHasBeenSet =
false;
196 NotificationChannel m_notificationChannel;
197 bool m_notificationChannelHasBeenSet =
false;
200 bool m_jobTagHasBeenSet =
false;
203 bool m_featuresHasBeenSet =
false;
205 LabelDetectionSettings m_settings;
206 bool m_settingsHasBeenSet =
false;
void SetFeatures(FeaturesT &&value)
StartLabelDetectionRequest & WithClientRequestToken(ClientRequestTokenT &&value)
StartLabelDetectionRequest & WithFeatures(FeaturesT &&value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetVideo(VideoT &&value)
void SetJobTag(JobTagT &&value)
AWS_REKOGNITION_API StartLabelDetectionRequest()=default
void SetNotificationChannel(NotificationChannelT &&value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
bool VideoHasBeenSet() const
bool SettingsHasBeenSet() const
StartLabelDetectionRequest & WithJobTag(JobTagT &&value)
const Aws::Vector< LabelDetectionFeatureName > & GetFeatures() const
bool FeaturesHasBeenSet() const
StartLabelDetectionRequest & WithSettings(SettingsT &&value)
const Aws::String & GetClientRequestToken() const
void SetSettings(SettingsT &&value)
const NotificationChannel & GetNotificationChannel() const
bool JobTagHasBeenSet() const
bool NotificationChannelHasBeenSet() const
bool MinConfidenceHasBeenSet() const
StartLabelDetectionRequest & AddFeatures(LabelDetectionFeatureName value)
StartLabelDetectionRequest & WithNotificationChannel(NotificationChannelT &&value)
void SetMinConfidence(double value)
const Aws::String & GetJobTag() const
void SetClientRequestToken(ClientRequestTokenT &&value)
bool ClientRequestTokenHasBeenSet() const
double GetMinConfidence() const
StartLabelDetectionRequest & WithMinConfidence(double value)
StartLabelDetectionRequest & WithVideo(VideoT &&value)
virtual const char * GetServiceRequestName() const override
const Video & GetVideo() const
const LabelDetectionSettings & GetSettings() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
LabelDetectionFeatureName
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector