AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SoftwareUpdateOptions.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 SoftwareUpdateOptions();
34 AWS_OPENSEARCHSERVICE_API SoftwareUpdateOptions(Aws::Utils::Json::JsonView jsonValue);
35 AWS_OPENSEARCHSERVICE_API SoftwareUpdateOptions& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline bool GetAutoSoftwareUpdateEnabled() const{ return m_autoSoftwareUpdateEnabled; }
44 inline bool AutoSoftwareUpdateEnabledHasBeenSet() const { return m_autoSoftwareUpdateEnabledHasBeenSet; }
45 inline void SetAutoSoftwareUpdateEnabled(bool value) { m_autoSoftwareUpdateEnabledHasBeenSet = true; m_autoSoftwareUpdateEnabled = value; }
48 private:
49
50 bool m_autoSoftwareUpdateEnabled;
51 bool m_autoSoftwareUpdateEnabledHasBeenSet = false;
52 };
53
54} // namespace Model
55} // namespace OpenSearchService
56} // namespace Aws
AWS_OPENSEARCHSERVICE_API SoftwareUpdateOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OPENSEARCHSERVICE_API SoftwareUpdateOptions(Aws::Utils::Json::JsonView jsonValue)
SoftwareUpdateOptions & WithAutoSoftwareUpdateEnabled(bool value)
Aws::Utils::Json::JsonValue JsonValue