AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
LifecycleExecutionResourcesImpactedSummary.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 LifecycleExecutionResourcesImpactedSummary() = default;
30 AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline bool GetHasImpactedResources() const { return m_hasImpactedResources; }
38 inline bool HasImpactedResourcesHasBeenSet() const { return m_hasImpactedResourcesHasBeenSet; }
39 inline void SetHasImpactedResources(bool value) {
40 m_hasImpactedResourcesHasBeenSet = true;
41 m_hasImpactedResources = value;
42 }
45 return *this;
46 }
48 private:
49 bool m_hasImpactedResources{false};
50 bool m_hasImpactedResourcesHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace imagebuilder
55} // namespace Aws
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IMAGEBUILDER_API LifecycleExecutionResourcesImpactedSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_IMAGEBUILDER_API LifecycleExecutionResourcesImpactedSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue