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));
63 template <
typename ClientRequestTokenT = Aws::String>
65 m_clientRequestTokenHasBeenSet =
true;
66 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
68 template <
typename ClientRequestTokenT = Aws::String>
84 m_faceMatchThresholdHasBeenSet =
true;
85 m_faceMatchThreshold = value;
99 template <
typename CollectionIdT = Aws::String>
101 m_collectionIdHasBeenSet =
true;
102 m_collectionId = std::forward<CollectionIdT>(value);
104 template <
typename CollectionIdT = Aws::String>
120 template <
typename NotificationChannelT = NotificationChannel>
122 m_notificationChannelHasBeenSet =
true;
123 m_notificationChannel = std::forward<NotificationChannelT>(value);
125 template <
typename NotificationChannelT = NotificationChannel>
141 template <
typename JobTagT = Aws::String>
143 m_jobTagHasBeenSet =
true;
144 m_jobTag = std::forward<JobTagT>(value);
146 template <
typename JobTagT = Aws::String>
154 bool m_videoHasBeenSet =
false;
157 bool m_clientRequestTokenHasBeenSet =
false;
159 double m_faceMatchThreshold{0.0};
160 bool m_faceMatchThresholdHasBeenSet =
false;
163 bool m_collectionIdHasBeenSet =
false;
165 NotificationChannel m_notificationChannel;
166 bool m_notificationChannelHasBeenSet =
false;
169 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