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>
61 template<
typename ClientRequestTokenT = Aws::String>
62 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
63 template<
typename ClientRequestTokenT = Aws::String>
75 inline void SetFaceMatchThreshold(
double value) { m_faceMatchThresholdHasBeenSet =
true; m_faceMatchThreshold = value; }
85 template<
typename CollectionIdT = Aws::String>
86 void SetCollectionId(CollectionIdT&& value) { m_collectionIdHasBeenSet =
true; m_collectionId = std::forward<CollectionIdT>(value); }
87 template<
typename CollectionIdT = Aws::String>
100 template<
typename NotificationChannelT = NotificationChannel>
101 void SetNotificationChannel(NotificationChannelT&& value) { m_notificationChannelHasBeenSet =
true; m_notificationChannel = std::forward<NotificationChannelT>(value); }
102 template<
typename NotificationChannelT = NotificationChannel>
115 template<
typename JobTagT = Aws::String>
116 void SetJobTag(JobTagT&& value) { m_jobTagHasBeenSet =
true; m_jobTag = std::forward<JobTagT>(value); }
117 template<
typename JobTagT = Aws::String>
123 bool m_videoHasBeenSet =
false;
126 bool m_clientRequestTokenHasBeenSet =
false;
128 double m_faceMatchThreshold{0.0};
129 bool m_faceMatchThresholdHasBeenSet =
false;
132 bool m_collectionIdHasBeenSet =
false;
134 NotificationChannel m_notificationChannel;
135 bool m_notificationChannelHasBeenSet =
false;
138 bool m_jobTagHasBeenSet =
false;
const Video & GetVideo() const
void SetNotificationChannel(NotificationChannelT &&value)
bool ClientRequestTokenHasBeenSet() const
StartFaceSearchRequest & WithNotificationChannel(NotificationChannelT &&value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
const Aws::String & GetClientRequestToken() const
AWS_REKOGNITION_API StartFaceSearchRequest()=default
void SetFaceMatchThreshold(double value)
StartFaceSearchRequest & WithFaceMatchThreshold(double value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
void SetClientRequestToken(ClientRequestTokenT &&value)
void SetJobTag(JobTagT &&value)
const Aws::String & GetCollectionId() const
void SetVideo(VideoT &&value)
const NotificationChannel & GetNotificationChannel() const
bool CollectionIdHasBeenSet() const
StartFaceSearchRequest & WithClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetJobTag() const
void SetCollectionId(CollectionIdT &&value)
bool FaceMatchThresholdHasBeenSet() const
double GetFaceMatchThreshold() const
StartFaceSearchRequest & WithVideo(VideoT &&value)
bool JobTagHasBeenSet() const
StartFaceSearchRequest & WithJobTag(JobTagT &&value)
bool VideoHasBeenSet() const
StartFaceSearchRequest & WithCollectionId(CollectionIdT &&value)
bool NotificationChannelHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String