7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rekognition/Rekognition_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace Rekognition {
36 template <
typename CollectionIdsT = Aws::Vector<Aws::String>>
38 m_collectionIdsHasBeenSet =
true;
39 m_collectionIds = std::forward<CollectionIdsT>(value);
41 template <
typename CollectionIdsT = Aws::Vector<Aws::String>>
46 template <
typename CollectionIdsT = Aws::String>
48 m_collectionIdsHasBeenSet =
true;
49 m_collectionIds.emplace_back(std::forward<CollectionIdsT>(value));
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
81 template <
typename FaceModelVersionsT = Aws::Vector<Aws::String>>
83 m_faceModelVersionsHasBeenSet =
true;
84 m_faceModelVersions = std::forward<FaceModelVersionsT>(value);
86 template <
typename FaceModelVersionsT = Aws::Vector<Aws::String>>
91 template <
typename FaceModelVersionsT = Aws::String>
93 m_faceModelVersionsHasBeenSet =
true;
94 m_faceModelVersions.emplace_back(std::forward<FaceModelVersionsT>(value));
102 template <
typename RequestIdT = Aws::String>
104 m_requestIdHasBeenSet =
true;
105 m_requestId = std::forward<RequestIdT>(value);
107 template <
typename RequestIdT = Aws::String>
124 bool m_collectionIdsHasBeenSet =
false;
125 bool m_nextTokenHasBeenSet =
false;
126 bool m_faceModelVersionsHasBeenSet =
false;
127 bool m_requestIdHasBeenSet =
false;
AWS_REKOGNITION_API ListCollectionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
ListCollectionsResult & AddCollectionIds(CollectionIdsT &&value)
ListCollectionsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< Aws::String > & GetFaceModelVersions() const
void SetCollectionIds(CollectionIdsT &&value)
const Aws::String & GetRequestId() const
ListCollectionsResult & WithCollectionIds(CollectionIdsT &&value)
AWS_REKOGNITION_API ListCollectionsResult()=default
AWS_REKOGNITION_API ListCollectionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetCollectionIds() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
ListCollectionsResult & WithFaceModelVersions(FaceModelVersionsT &&value)
void SetFaceModelVersions(FaceModelVersionsT &&value)
void SetRequestId(RequestIdT &&value)
ListCollectionsResult & WithNextToken(NextTokenT &&value)
ListCollectionsResult & AddFaceModelVersions(FaceModelVersionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue