7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace Rekognition {
37 m_faceCountHasBeenSet =
true;
53 template <
typename FaceModelVersionT = Aws::String>
55 m_faceModelVersionHasBeenSet =
true;
56 m_faceModelVersion = std::forward<FaceModelVersionT>(value);
58 template <
typename FaceModelVersionT = Aws::String>
70 template <
typename CollectionARNT = Aws::String>
72 m_collectionARNHasBeenSet =
true;
73 m_collectionARN = std::forward<CollectionARNT>(value);
75 template <
typename CollectionARNT = Aws::String>
89 template <
typename CreationTimestampT = Aws::Utils::DateTime>
91 m_creationTimestampHasBeenSet =
true;
92 m_creationTimestamp = std::forward<CreationTimestampT>(value);
94 template <
typename CreationTimestampT = Aws::Utils::DateTime>
107 m_userCountHasBeenSet =
true;
119 template <
typename RequestIdT = Aws::String>
121 m_requestIdHasBeenSet =
true;
122 m_requestId = std::forward<RequestIdT>(value);
124 template <
typename RequestIdT = Aws::String>
131 long long m_faceCount{0};
139 long long m_userCount{0};
142 bool m_faceCountHasBeenSet =
false;
143 bool m_faceModelVersionHasBeenSet =
false;
144 bool m_collectionARNHasBeenSet =
false;
145 bool m_creationTimestampHasBeenSet =
false;
146 bool m_userCountHasBeenSet =
false;
147 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)
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