AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeCollectionResult.h
1
6#pragma once
7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace Rekognition
25{
26namespace Model
27{
29 {
30 public:
31 AWS_REKOGNITION_API DescribeCollectionResult();
34
35
37
41 inline long long GetFaceCount() const{ return m_faceCount; }
42 inline void SetFaceCount(long long value) { m_faceCount = value; }
43 inline DescribeCollectionResult& WithFaceCount(long long value) { SetFaceCount(value); return *this;}
45
47
52 inline const Aws::String& GetFaceModelVersion() const{ return m_faceModelVersion; }
53 inline void SetFaceModelVersion(const Aws::String& value) { m_faceModelVersion = value; }
54 inline void SetFaceModelVersion(Aws::String&& value) { m_faceModelVersion = std::move(value); }
55 inline void SetFaceModelVersion(const char* value) { m_faceModelVersion.assign(value); }
57 inline DescribeCollectionResult& WithFaceModelVersion(Aws::String&& value) { SetFaceModelVersion(std::move(value)); return *this;}
58 inline DescribeCollectionResult& WithFaceModelVersion(const char* value) { SetFaceModelVersion(value); return *this;}
60
62
65 inline const Aws::String& GetCollectionARN() const{ return m_collectionARN; }
66 inline void SetCollectionARN(const Aws::String& value) { m_collectionARN = value; }
67 inline void SetCollectionARN(Aws::String&& value) { m_collectionARN = std::move(value); }
68 inline void SetCollectionARN(const char* value) { m_collectionARN.assign(value); }
69 inline DescribeCollectionResult& WithCollectionARN(const Aws::String& value) { SetCollectionARN(value); return *this;}
70 inline DescribeCollectionResult& WithCollectionARN(Aws::String&& value) { SetCollectionARN(std::move(value)); return *this;}
71 inline DescribeCollectionResult& WithCollectionARN(const char* value) { SetCollectionARN(value); return *this;}
73
75
80 inline const Aws::Utils::DateTime& GetCreationTimestamp() const{ return m_creationTimestamp; }
81 inline void SetCreationTimestamp(const Aws::Utils::DateTime& value) { m_creationTimestamp = value; }
82 inline void SetCreationTimestamp(Aws::Utils::DateTime&& value) { m_creationTimestamp = std::move(value); }
86
88
91 inline long long GetUserCount() const{ return m_userCount; }
92 inline void SetUserCount(long long value) { m_userCount = value; }
93 inline DescribeCollectionResult& WithUserCount(long long value) { SetUserCount(value); return *this;}
95
97
98 inline const Aws::String& GetRequestId() const{ return m_requestId; }
99 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
100 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
101 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
102 inline DescribeCollectionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
103 inline DescribeCollectionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
104 inline DescribeCollectionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
106 private:
107
108 long long m_faceCount;
109
110 Aws::String m_faceModelVersion;
111
112 Aws::String m_collectionARN;
113
114 Aws::Utils::DateTime m_creationTimestamp;
115
116 long long m_userCount;
117
118 Aws::String m_requestId;
119 };
120
121} // namespace Model
122} // namespace Rekognition
123} // namespace Aws
DescribeCollectionResult & WithCollectionARN(const char *value)
DescribeCollectionResult & WithFaceModelVersion(const char *value)
DescribeCollectionResult & WithCollectionARN(const Aws::String &value)
DescribeCollectionResult & WithCreationTimestamp(const Aws::Utils::DateTime &value)
DescribeCollectionResult & WithRequestId(const Aws::String &value)
AWS_REKOGNITION_API DescribeCollectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreationTimestamp() const
AWS_REKOGNITION_API DescribeCollectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeCollectionResult & WithRequestId(const char *value)
DescribeCollectionResult & WithFaceCount(long long value)
DescribeCollectionResult & WithFaceModelVersion(Aws::String &&value)
DescribeCollectionResult & WithCreationTimestamp(Aws::Utils::DateTime &&value)
DescribeCollectionResult & WithRequestId(Aws::String &&value)
DescribeCollectionResult & WithFaceModelVersion(const Aws::String &value)
DescribeCollectionResult & WithCollectionARN(Aws::String &&value)
DescribeCollectionResult & WithUserCount(long long value)
void SetCreationTimestamp(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue