7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rekognition/Rekognition_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace Rekognition {
38 m_faceCountHasBeenSet =
true;
54 template <
typename FaceModelVersionT = Aws::String>
56 m_faceModelVersionHasBeenSet =
true;
57 m_faceModelVersion = std::forward<FaceModelVersionT>(value);
59 template <
typename FaceModelVersionT = Aws::String>
71 template <
typename CollectionARNT = Aws::String>
73 m_collectionARNHasBeenSet =
true;
74 m_collectionARN = std::forward<CollectionARNT>(value);
76 template <
typename CollectionARNT = Aws::String>
90 template <
typename CreationTimestampT = Aws::Utils::DateTime>
92 m_creationTimestampHasBeenSet =
true;
93 m_creationTimestamp = std::forward<CreationTimestampT>(value);
95 template <
typename CreationTimestampT = Aws::Utils::DateTime>
108 m_userCountHasBeenSet =
true;
120 template <
typename RequestIdT = Aws::String>
122 m_requestIdHasBeenSet =
true;
123 m_requestId = std::forward<RequestIdT>(value);
125 template <
typename RequestIdT = Aws::String>
134 long long m_faceCount{0};
142 long long m_userCount{0};
146 bool m_faceCountHasBeenSet =
false;
147 bool m_faceModelVersionHasBeenSet =
false;
148 bool m_collectionARNHasBeenSet =
false;
149 bool m_creationTimestampHasBeenSet =
false;
150 bool m_userCountHasBeenSet =
false;
151 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
DescribeCollectionResult & WithCreationTimestamp(CreationTimestampT &&value)
const Aws::String & GetFaceModelVersion() const
AWS_REKOGNITION_API DescribeCollectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetFaceModelVersion(FaceModelVersionT &&value)
AWS_REKOGNITION_API DescribeCollectionResult()=default
void SetFaceCount(long long value)
DescribeCollectionResult & WithCollectionARN(CollectionARNT &&value)
const Aws::Utils::DateTime & GetCreationTimestamp() const
AWS_REKOGNITION_API DescribeCollectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeCollectionResult & WithFaceCount(long long value)
long long GetFaceCount() const
void SetUserCount(long long value)
void SetRequestId(RequestIdT &&value)
long long GetUserCount() const
void SetCollectionARN(CollectionARNT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeCollectionResult & WithUserCount(long long value)
DescribeCollectionResult & WithFaceModelVersion(FaceModelVersionT &&value)
const Aws::String & GetCollectionARN() const
DescribeCollectionResult & WithRequestId(RequestIdT &&value)
void SetCreationTimestamp(CreationTimestampT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue