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/core/utils/memory/stl/AWSVector.h>
13#include <aws/rekognition/model/LabelDetectionSettings.h>
14#include <aws/rekognition/model/LabelDetectionFeatureName.h>
49 inline void SetVideo(
const Video& value) { m_videoHasBeenSet =
true; m_video = value; }
50 inline void SetVideo(
Video&& value) { m_videoHasBeenSet =
true; m_video = std::move(value); }
66 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
85 inline void SetMinConfidence(
double value) { m_minConfidenceHasBeenSet =
true; m_minConfidence = value; }
115 inline void SetJobTag(
const char* value) { m_jobTagHasBeenSet =
true; m_jobTag.assign(value); }
152 bool m_videoHasBeenSet =
false;
155 bool m_clientRequestTokenHasBeenSet =
false;
157 double m_minConfidence;
158 bool m_minConfidenceHasBeenSet =
false;
161 bool m_notificationChannelHasBeenSet =
false;
164 bool m_jobTagHasBeenSet =
false;
167 bool m_featuresHasBeenSet =
false;
170 bool m_settingsHasBeenSet =
false;
void SetClientRequestToken(const char *value)
StartLabelDetectionRequest & WithNotificationChannel(const NotificationChannel &value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_REKOGNITION_API StartLabelDetectionRequest()
StartLabelDetectionRequest & WithJobTag(const Aws::String &value)
StartLabelDetectionRequest & WithVideo(Video &&value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
void SetClientRequestToken(Aws::String &&value)
StartLabelDetectionRequest & WithJobTag(Aws::String &&value)
bool VideoHasBeenSet() const
void SetJobTag(const char *value)
bool SettingsHasBeenSet() const
void SetSettings(LabelDetectionSettings &&value)
StartLabelDetectionRequest & WithClientRequestToken(Aws::String &&value)
StartLabelDetectionRequest & WithFeatures(const Aws::Vector< LabelDetectionFeatureName > &value)
const Aws::Vector< LabelDetectionFeatureName > & GetFeatures() const
bool FeaturesHasBeenSet() const
void SetJobTag(const Aws::String &value)
StartLabelDetectionRequest & WithSettings(LabelDetectionSettings &&value)
StartLabelDetectionRequest & WithSettings(const LabelDetectionSettings &value)
const Aws::String & GetClientRequestToken() const
StartLabelDetectionRequest & AddFeatures(const LabelDetectionFeatureName &value)
const NotificationChannel & GetNotificationChannel() const
bool JobTagHasBeenSet() const
StartLabelDetectionRequest & WithVideo(const Video &value)
bool NotificationChannelHasBeenSet() const
bool MinConfidenceHasBeenSet() const
StartLabelDetectionRequest & WithNotificationChannel(NotificationChannel &&value)
void SetVideo(Video &&value)
void SetMinConfidence(double value)
const Aws::String & GetJobTag() const
void SetFeatures(Aws::Vector< LabelDetectionFeatureName > &&value)
void SetFeatures(const Aws::Vector< LabelDetectionFeatureName > &value)
bool ClientRequestTokenHasBeenSet() const
double GetMinConfidence() const
void SetJobTag(Aws::String &&value)
void SetSettings(const LabelDetectionSettings &value)
StartLabelDetectionRequest & WithClientRequestToken(const Aws::String &value)
StartLabelDetectionRequest & WithMinConfidence(double value)
virtual const char * GetServiceRequestName() const override
StartLabelDetectionRequest & AddFeatures(LabelDetectionFeatureName &&value)
const Video & GetVideo() const
void SetNotificationChannel(const NotificationChannel &value)
void SetNotificationChannel(NotificationChannel &&value)
StartLabelDetectionRequest & WithFeatures(Aws::Vector< LabelDetectionFeatureName > &&value)
void SetVideo(const Video &value)
const LabelDetectionSettings & GetSettings() const
StartLabelDetectionRequest & WithClientRequestToken(const char *value)
void SetClientRequestToken(const Aws::String &value)
StartLabelDetectionRequest & WithJobTag(const char *value)
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