7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 inline void SetFaceCount(
long long value) { m_faceCountHasBeenSet =
true; m_faceCount = value; }
53 template<
typename FaceModelVersionT = Aws::String>
54 void SetFaceModelVersion(FaceModelVersionT&& value) { m_faceModelVersionHasBeenSet =
true; m_faceModelVersion = std::forward<FaceModelVersionT>(value); }
55 template<
typename FaceModelVersionT = Aws::String>
64 template<
typename CollectionARNT = Aws::String>
65 void SetCollectionARN(CollectionARNT&& value) { m_collectionARNHasBeenSet =
true; m_collectionARN = std::forward<CollectionARNT>(value); }
66 template<
typename CollectionARNT = Aws::String>
77 template<
typename CreationTimestampT = Aws::Utils::DateTime>
78 void SetCreationTimestamp(CreationTimestampT&& value) { m_creationTimestampHasBeenSet =
true; m_creationTimestamp = std::forward<CreationTimestampT>(value); }
79 template<
typename CreationTimestampT = Aws::Utils::DateTime>
88 inline void SetUserCount(
long long value) { m_userCountHasBeenSet =
true; m_userCount = value; }
95 template<
typename RequestIdT = Aws::String>
96 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
97 template<
typename RequestIdT = Aws::String>
102 long long m_faceCount{0};
103 bool m_faceCountHasBeenSet =
false;
106 bool m_faceModelVersionHasBeenSet =
false;
109 bool m_collectionARNHasBeenSet =
false;
112 bool m_creationTimestampHasBeenSet =
false;
114 long long m_userCount{0};
115 bool m_userCountHasBeenSet =
false;
118 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