7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/RekognitionRequest.h>
10#include <aws/rekognition/Rekognition_EXPORTS.h>
15namespace Rekognition {
40 template <
typename CollectionIdT = Aws::String>
42 m_collectionIdHasBeenSet =
true;
43 m_collectionId = std::forward<CollectionIdT>(value);
45 template <
typename CollectionIdT = Aws::String>
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
79 m_maxResultsHasBeenSet =
true;
95 template <
typename UserIdT = Aws::String>
97 m_userIdHasBeenSet =
true;
98 m_userId = std::forward<UserIdT>(value);
100 template <
typename UserIdT = Aws::String>
114 template <
typename FaceIdsT = Aws::Vector<Aws::String>>
116 m_faceIdsHasBeenSet =
true;
117 m_faceIds = std::forward<FaceIdsT>(value);
119 template <
typename FaceIdsT = Aws::Vector<Aws::String>>
124 template <
typename FaceIdsT = Aws::String>
126 m_faceIdsHasBeenSet =
true;
127 m_faceIds.emplace_back(std::forward<FaceIdsT>(value));
141 bool m_collectionIdHasBeenSet =
false;
142 bool m_nextTokenHasBeenSet =
false;
143 bool m_maxResultsHasBeenSet =
false;
144 bool m_userIdHasBeenSet =
false;
145 bool m_faceIdsHasBeenSet =
false;
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
void SetCollectionId(CollectionIdT &&value)
ListFacesRequest & AddFaceIds(FaceIdsT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetUserId() const
const Aws::String & GetCollectionId() const
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
ListFacesRequest & WithUserId(UserIdT &&value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Aws::String > & GetFaceIds() const
void SetUserId(UserIdT &&value)
ListFacesRequest & WithCollectionId(CollectionIdT &&value)
ListFacesRequest & WithFaceIds(FaceIdsT &&value)
void SetMaxResults(int value)
bool UserIdHasBeenSet() const
AWS_REKOGNITION_API Aws::String SerializePayload() const override
ListFacesRequest & WithMaxResults(int value)
bool FaceIdsHasBeenSet() const
AWS_REKOGNITION_API ListFacesRequest()=default
void SetFaceIds(FaceIdsT &&value)
ListFacesRequest & WithNextToken(NextTokenT &&value)
bool CollectionIdHasBeenSet() 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