AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ZoneAwarenessConfig.h
1
6#pragma once
7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace OpenSearchService
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_OPENSEARCHSERVICE_API ZoneAwarenessConfig();
34 AWS_OPENSEARCHSERVICE_API ZoneAwarenessConfig(Aws::Utils::Json::JsonView jsonValue);
35 AWS_OPENSEARCHSERVICE_API ZoneAwarenessConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
46 inline int GetAvailabilityZoneCount() const{ return m_availabilityZoneCount; }
47 inline bool AvailabilityZoneCountHasBeenSet() const { return m_availabilityZoneCountHasBeenSet; }
48 inline void SetAvailabilityZoneCount(int value) { m_availabilityZoneCountHasBeenSet = true; m_availabilityZoneCount = value; }
51 private:
52
53 int m_availabilityZoneCount;
54 bool m_availabilityZoneCountHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace OpenSearchService
59} // namespace Aws
AWS_OPENSEARCHSERVICE_API ZoneAwarenessConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
ZoneAwarenessConfig & WithAvailabilityZoneCount(int value)
AWS_OPENSEARCHSERVICE_API ZoneAwarenessConfig(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue