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/FaceAttributes.h>
11#include <aws/rekognition/model/NotificationChannel.h>
12#include <aws/rekognition/model/Video.h>
17namespace Rekognition {
43 template <
typename V
ideoT = V
ideo>
45 m_videoHasBeenSet =
true;
46 m_video = std::forward<VideoT>(value);
48 template <
typename V
ideoT = V
ideo>
50 SetVideo(std::forward<VideoT>(value));
64 template <
typename ClientRequestTokenT = Aws::String>
66 m_clientRequestTokenHasBeenSet =
true;
67 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
69 template <
typename ClientRequestTokenT = Aws::String>
85 template <
typename NotificationChannelT = NotificationChannel>
87 m_notificationChannelHasBeenSet =
true;
88 m_notificationChannel = std::forward<NotificationChannelT>(value);
90 template <
typename NotificationChannelT = NotificationChannel>
107 m_faceAttributesHasBeenSet =
true;
108 m_faceAttributes = value;
125 template <
typename JobTagT = Aws::String>
127 m_jobTagHasBeenSet =
true;
128 m_jobTag = std::forward<JobTagT>(value);
130 template <
typename JobTagT = Aws::String>
146 bool m_videoHasBeenSet =
false;
147 bool m_clientRequestTokenHasBeenSet =
false;
148 bool m_notificationChannelHasBeenSet =
false;
149 bool m_faceAttributesHasBeenSet =
false;
150 bool m_jobTagHasBeenSet =
false;
StartFaceDetectionRequest & WithJobTag(JobTagT &&value)
virtual const char * GetServiceRequestName() const override
AWS_REKOGNITION_API Aws::String SerializePayload() const override
StartFaceDetectionRequest & WithVideo(VideoT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
const Video & GetVideo() const
bool ClientRequestTokenHasBeenSet() const
void SetJobTag(JobTagT &&value)
bool FaceAttributesHasBeenSet() const
StartFaceDetectionRequest & WithFaceAttributes(FaceAttributes value)
bool NotificationChannelHasBeenSet() const
void SetVideo(VideoT &&value)
void SetNotificationChannel(NotificationChannelT &&value)
const Aws::String & GetJobTag() const
bool VideoHasBeenSet() const
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const NotificationChannel & GetNotificationChannel() const
StartFaceDetectionRequest & WithClientRequestToken(ClientRequestTokenT &&value)
FaceAttributes GetFaceAttributes() const
void SetFaceAttributes(FaceAttributes value)
bool JobTagHasBeenSet() const
const Aws::String & GetClientRequestToken() const
AWS_REKOGNITION_API StartFaceDetectionRequest()=default
StartFaceDetectionRequest & WithNotificationChannel(NotificationChannelT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String