7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/UUID.h>
47 inline void SetCollectionId(
const char* value) { m_collectionIdHasBeenSet =
true; m_collectionId.assign(value); }
61 inline void SetUserId(
const char* value) { m_userIdHasBeenSet =
true; m_userId.assign(value); }
89 inline void SetUserMatchThreshold(
double value) { m_userMatchThresholdHasBeenSet =
true; m_userMatchThreshold = value; }
104 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
112 bool m_collectionIdHasBeenSet =
false;
115 bool m_userIdHasBeenSet =
false;
118 bool m_faceIdsHasBeenSet =
false;
120 double m_userMatchThreshold;
121 bool m_userMatchThresholdHasBeenSet =
false;
124 bool m_clientRequestTokenHasBeenSet =
false;
const Aws::String & GetClientRequestToken() const
void SetUserMatchThreshold(double value)
AssociateFacesRequest & WithCollectionId(const Aws::String &value)
AssociateFacesRequest & WithClientRequestToken(const char *value)
void SetClientRequestToken(const Aws::String &value)
bool FaceIdsHasBeenSet() const
AssociateFacesRequest & AddFaceIds(Aws::String &&value)
bool CollectionIdHasBeenSet() const
AssociateFacesRequest & AddFaceIds(const Aws::String &value)
void SetClientRequestToken(const char *value)
AssociateFacesRequest & WithUserMatchThreshold(double value)
double GetUserMatchThreshold() const
bool UserIdHasBeenSet() const
bool ClientRequestTokenHasBeenSet() const
AssociateFacesRequest & WithUserId(const char *value)
AssociateFacesRequest & WithCollectionId(const char *value)
AssociateFacesRequest & WithFaceIds(const Aws::Vector< Aws::String > &value)
void SetCollectionId(const char *value)
AssociateFacesRequest & WithUserId(Aws::String &&value)
AssociateFacesRequest & WithClientRequestToken(const Aws::String &value)
void SetClientRequestToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetFaceIds(const Aws::Vector< Aws::String > &value)
AssociateFacesRequest & WithClientRequestToken(Aws::String &&value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
AssociateFacesRequest & WithCollectionId(Aws::String &&value)
void SetCollectionId(const Aws::String &value)
void SetUserId(const char *value)
void SetFaceIds(Aws::Vector< Aws::String > &&value)
bool UserMatchThresholdHasBeenSet() const
AWS_REKOGNITION_API AssociateFacesRequest()
AssociateFacesRequest & WithFaceIds(Aws::Vector< Aws::String > &&value)
const Aws::String & GetCollectionId() const
const Aws::Vector< Aws::String > & GetFaceIds() const
void SetUserId(const Aws::String &value)
AssociateFacesRequest & WithUserId(const Aws::String &value)
void SetUserId(Aws::String &&value)
AssociateFacesRequest & AddFaceIds(const char *value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetCollectionId(Aws::String &&value)
const Aws::String & GetUserId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector