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/Video.h>
16namespace Rekognition {
42 template <
typename V
ideoT = V
ideo>
44 m_videoHasBeenSet =
true;
45 m_video = std::forward<VideoT>(value);
47 template <
typename V
ideoT = V
ideo>
49 SetVideo(std::forward<VideoT>(value));
68 m_minConfidenceHasBeenSet =
true;
69 m_minConfidence = value;
86 template <
typename ClientRequestTokenT = Aws::String>
88 m_clientRequestTokenHasBeenSet =
true;
89 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
91 template <
typename ClientRequestTokenT = Aws::String>
107 template <
typename NotificationChannelT = NotificationChannel>
109 m_notificationChannelHasBeenSet =
true;
110 m_notificationChannel = std::forward<NotificationChannelT>(value);
112 template <
typename NotificationChannelT = NotificationChannel>
128 template <
typename JobTagT = Aws::String>
130 m_jobTagHasBeenSet =
true;
131 m_jobTag = std::forward<JobTagT>(value);
133 template <
typename JobTagT = Aws::String>
141 bool m_videoHasBeenSet =
false;
143 double m_minConfidence{0.0};
144 bool m_minConfidenceHasBeenSet =
false;
147 bool m_clientRequestTokenHasBeenSet =
false;
149 NotificationChannel m_notificationChannel;
150 bool m_notificationChannelHasBeenSet =
false;
153 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