7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace Rekognition {
35 template <
typename CollectionIdsT = Aws::Vector<Aws::String>>
37 m_collectionIdsHasBeenSet =
true;
38 m_collectionIds = std::forward<CollectionIdsT>(value);
40 template <
typename CollectionIdsT = Aws::Vector<Aws::String>>
45 template <
typename CollectionIdsT = Aws::String>
47 m_collectionIdsHasBeenSet =
true;
48 m_collectionIds.emplace_back(std::forward<CollectionIdsT>(value));
60 template <
typename NextTokenT = Aws::String>
62 m_nextTokenHasBeenSet =
true;
63 m_nextToken = std::forward<NextTokenT>(value);
65 template <
typename NextTokenT = Aws::String>
80 template <
typename FaceModelVersionsT = Aws::Vector<Aws::String>>
82 m_faceModelVersionsHasBeenSet =
true;
83 m_faceModelVersions = std::forward<FaceModelVersionsT>(value);
85 template <
typename FaceModelVersionsT = Aws::Vector<Aws::String>>
90 template <
typename FaceModelVersionsT = Aws::String>
92 m_faceModelVersionsHasBeenSet =
true;
93 m_faceModelVersions.emplace_back(std::forward<FaceModelVersionsT>(value));
101 template <
typename RequestIdT = Aws::String>
103 m_requestIdHasBeenSet =
true;
104 m_requestId = std::forward<RequestIdT>(value);
106 template <
typename RequestIdT = Aws::String>
120 bool m_collectionIdsHasBeenSet =
false;
121 bool m_nextTokenHasBeenSet =
false;
122 bool m_faceModelVersionsHasBeenSet =
false;
123 bool m_requestIdHasBeenSet =
false;
AWS_REKOGNITION_API ListCollectionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
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