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>
46 template<
typename V
ideoT = V
ideo>
47 void SetVideo(VideoT&& value) { m_videoHasBeenSet =
true; m_video = std::forward<VideoT>(value); }
48 template<
typename V
ideoT = V
ideo>
65 inline void SetMinConfidence(
double value) { m_minConfidenceHasBeenSet =
true; m_minConfidence = value; }
78 template<
typename ClientRequestTokenT = Aws::String>
79 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
80 template<
typename ClientRequestTokenT = Aws::String>
93 template<
typename NotificationChannelT = NotificationChannel>
94 void SetNotificationChannel(NotificationChannelT&& value) { m_notificationChannelHasBeenSet =
true; m_notificationChannel = std::forward<NotificationChannelT>(value); }
95 template<
typename NotificationChannelT = NotificationChannel>
108 template<
typename JobTagT = Aws::String>
109 void SetJobTag(JobTagT&& value) { m_jobTagHasBeenSet =
true; m_jobTag = std::forward<JobTagT>(value); }
110 template<
typename JobTagT = Aws::String>
116 bool m_videoHasBeenSet =
false;
118 double m_minConfidence{0.0};
119 bool m_minConfidenceHasBeenSet =
false;
122 bool m_clientRequestTokenHasBeenSet =
false;
124 NotificationChannel m_notificationChannel;
125 bool m_notificationChannelHasBeenSet =
false;
128 bool m_jobTagHasBeenSet =
false;
bool VideoHasBeenSet() const
void SetJobTag(JobTagT &&value)
StartContentModerationRequest & WithNotificationChannel(NotificationChannelT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
void SetNotificationChannel(NotificationChannelT &&value)
const Video & GetVideo() const
bool JobTagHasBeenSet() const
StartContentModerationRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool ClientRequestTokenHasBeenSet() const
bool MinConfidenceHasBeenSet() const
StartContentModerationRequest & WithVideo(VideoT &&value)
StartContentModerationRequest & WithMinConfidence(double value)
void SetVideo(VideoT &&value)
virtual const char * GetServiceRequestName() const override
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const NotificationChannel & GetNotificationChannel() const
StartContentModerationRequest & WithJobTag(JobTagT &&value)
void SetMinConfidence(double value)
AWS_REKOGNITION_API StartContentModerationRequest()=default
double GetMinConfidence() const
bool NotificationChannelHasBeenSet() const
const Aws::String & GetClientRequestToken() const
AWS_REKOGNITION_API Aws::String SerializePayload() const override
const Aws::String & GetJobTag() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String