AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
ResourceStateUpdateIncludeResources.h
1
6#pragma once
7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace imagebuilder {
17namespace Model {
18
26 public:
27 AWS_IMAGEBUILDER_API ResourceStateUpdateIncludeResources() = default;
30 AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline bool GetAmis() const { return m_amis; }
37 inline bool AmisHasBeenSet() const { return m_amisHasBeenSet; }
38 inline void SetAmis(bool value) {
39 m_amisHasBeenSet = true;
40 m_amis = value;
41 }
43 SetAmis(value);
44 return *this;
45 }
47
49
53 inline bool GetSnapshots() const { return m_snapshots; }
54 inline bool SnapshotsHasBeenSet() const { return m_snapshotsHasBeenSet; }
55 inline void SetSnapshots(bool value) {
56 m_snapshotsHasBeenSet = true;
57 m_snapshots = value;
58 }
60 SetSnapshots(value);
61 return *this;
62 }
64
66
70 inline bool GetContainers() const { return m_containers; }
71 inline bool ContainersHasBeenSet() const { return m_containersHasBeenSet; }
72 inline void SetContainers(bool value) {
73 m_containersHasBeenSet = true;
74 m_containers = value;
75 }
77 SetContainers(value);
78 return *this;
79 }
81 private:
82 bool m_amis{false};
83
84 bool m_snapshots{false};
85
86 bool m_containers{false};
87 bool m_amisHasBeenSet = false;
88 bool m_snapshotsHasBeenSet = false;
89 bool m_containersHasBeenSet = false;
90};
91
92} // namespace Model
93} // namespace imagebuilder
94} // namespace Aws
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IMAGEBUILDER_API ResourceStateUpdateIncludeResources()=default
AWS_IMAGEBUILDER_API ResourceStateUpdateIncludeResources & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IMAGEBUILDER_API ResourceStateUpdateIncludeResources(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue