7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rekognition/RekognitionRequest.h>
11#include <aws/rekognition/Rekognition_EXPORTS.h>
16namespace Rekognition {
41 template <
typename CollectionIdT = Aws::String>
43 m_collectionIdHasBeenSet =
true;
44 m_collectionId = std::forward<CollectionIdT>(value);
46 template <
typename CollectionIdT = Aws::String>
59 template <
typename UserIdT = Aws::String>
61 m_userIdHasBeenSet =
true;
62 m_userId = std::forward<UserIdT>(value);
64 template <
typename UserIdT = Aws::String>
81 template <
typename ClientRequestTokenT = Aws::String>
83 m_clientRequestTokenHasBeenSet =
true;
84 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
86 template <
typename ClientRequestTokenT = Aws::String>
99 template <
typename FaceIdsT = Aws::Vector<Aws::String>>
101 m_faceIdsHasBeenSet =
true;
102 m_faceIds = std::forward<FaceIdsT>(value);
104 template <
typename FaceIdsT = Aws::Vector<Aws::String>>
109 template <
typename FaceIdsT = Aws::String>
111 m_faceIdsHasBeenSet =
true;
112 m_faceIds.emplace_back(std::forward<FaceIdsT>(value));
124 bool m_collectionIdHasBeenSet =
false;
125 bool m_userIdHasBeenSet =
false;
126 bool m_clientRequestTokenHasBeenSet =
true;
127 bool m_faceIdsHasBeenSet =
false;
DisassociateFacesRequest & AddFaceIds(FaceIdsT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
const Aws::Vector< Aws::String > & GetFaceIds() const
bool ClientRequestTokenHasBeenSet() const
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DisassociateFacesRequest & WithCollectionId(CollectionIdT &&value)
bool CollectionIdHasBeenSet() const
AWS_REKOGNITION_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool FaceIdsHasBeenSet() const
DisassociateFacesRequest & WithClientRequestToken(ClientRequestTokenT &&value)
void SetUserId(UserIdT &&value)
AWS_REKOGNITION_API DisassociateFacesRequest()=default
DisassociateFacesRequest & WithUserId(UserIdT &&value)
const Aws::String & GetClientRequestToken() const
const Aws::String & GetUserId() const
DisassociateFacesRequest & WithFaceIds(FaceIdsT &&value)
void SetFaceIds(FaceIdsT &&value)
bool UserIdHasBeenSet() const
void SetCollectionId(CollectionIdT &&value)
const Aws::String & GetCollectionId() const
static Aws::Utils::UUID PseudoRandomUUID()
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