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>
44 template<
typename CollectionIdT = Aws::String>
45 void SetCollectionId(CollectionIdT&& value) { m_collectionIdHasBeenSet =
true; m_collectionId = std::forward<CollectionIdT>(value); }
46 template<
typename CollectionIdT = Aws::String>
58 template<
typename NextTokenT = Aws::String>
59 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
60 template<
typename NextTokenT = Aws::String>
70 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
81 template<
typename UserIdT = Aws::String>
82 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
83 template<
typename UserIdT = Aws::String>
94 template<
typename FaceIdsT = Aws::Vector<Aws::String>>
95 void SetFaceIds(FaceIdsT&& value) { m_faceIdsHasBeenSet =
true; m_faceIds = std::forward<FaceIdsT>(value); }
96 template<
typename FaceIdsT = Aws::Vector<Aws::String>>
98 template<
typename FaceIdsT = Aws::String>
99 ListFacesRequest&
AddFaceIds(FaceIdsT&& value) { m_faceIdsHasBeenSet =
true; m_faceIds.emplace_back(std::forward<FaceIdsT>(value));
return *
this; }
104 bool m_collectionIdHasBeenSet =
false;
107 bool m_nextTokenHasBeenSet =
false;
110 bool m_maxResultsHasBeenSet =
false;
113 bool m_userIdHasBeenSet =
false;
116 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