AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
SecurityConfigStats.h
1
6#pragma once
7#include <aws/opensearchserverless/OpenSearchServerless_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace OpenSearchServerless {
17namespace Model {
18
26 public:
27 AWS_OPENSEARCHSERVERLESS_API SecurityConfigStats() = default;
28 AWS_OPENSEARCHSERVERLESS_API SecurityConfigStats(Aws::Utils::Json::JsonView jsonValue);
29 AWS_OPENSEARCHSERVERLESS_API SecurityConfigStats& operator=(Aws::Utils::Json::JsonView jsonValue);
30 AWS_OPENSEARCHSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline long long GetSamlConfigCount() const { return m_samlConfigCount; }
37 inline bool SamlConfigCountHasBeenSet() const { return m_samlConfigCountHasBeenSet; }
38 inline void SetSamlConfigCount(long long value) {
39 m_samlConfigCountHasBeenSet = true;
40 m_samlConfigCount = value;
41 }
42 inline SecurityConfigStats& WithSamlConfigCount(long long value) {
43 SetSamlConfigCount(value);
44 return *this;
45 }
47 private:
48 long long m_samlConfigCount{0};
49 bool m_samlConfigCountHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace OpenSearchServerless
54} // namespace Aws
AWS_OPENSEARCHSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OPENSEARCHSERVERLESS_API SecurityConfigStats()=default
AWS_OPENSEARCHSERVERLESS_API SecurityConfigStats(Aws::Utils::Json::JsonView jsonValue)
AWS_OPENSEARCHSERVERLESS_API SecurityConfigStats & operator=(Aws::Utils::Json::JsonView jsonValue)
SecurityConfigStats & WithSamlConfigCount(long long value)
Aws::Utils::Json::JsonValue JsonValue