AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
NotificationSummary.h
1
6#pragma once
7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/model/NotificationType.h>
9#include <aws/wellarchitected/model/LensUpgradeSummary.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace WellArchitected
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_WELLARCHITECTED_API NotificationSummary();
36 AWS_WELLARCHITECTED_API NotificationSummary(Aws::Utils::Json::JsonView jsonValue);
37 AWS_WELLARCHITECTED_API NotificationSummary& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const NotificationType& GetType() const{ return m_type; }
46 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
47 inline void SetType(const NotificationType& value) { m_typeHasBeenSet = true; m_type = value; }
48 inline void SetType(NotificationType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
49 inline NotificationSummary& WithType(const NotificationType& value) { SetType(value); return *this;}
50 inline NotificationSummary& WithType(NotificationType&& value) { SetType(std::move(value)); return *this;}
52
54
57 inline const LensUpgradeSummary& GetLensUpgradeSummary() const{ return m_lensUpgradeSummary; }
58 inline bool LensUpgradeSummaryHasBeenSet() const { return m_lensUpgradeSummaryHasBeenSet; }
59 inline void SetLensUpgradeSummary(const LensUpgradeSummary& value) { m_lensUpgradeSummaryHasBeenSet = true; m_lensUpgradeSummary = value; }
60 inline void SetLensUpgradeSummary(LensUpgradeSummary&& value) { m_lensUpgradeSummaryHasBeenSet = true; m_lensUpgradeSummary = std::move(value); }
62 inline NotificationSummary& WithLensUpgradeSummary(LensUpgradeSummary&& value) { SetLensUpgradeSummary(std::move(value)); return *this;}
64 private:
65
66 NotificationType m_type;
67 bool m_typeHasBeenSet = false;
68
69 LensUpgradeSummary m_lensUpgradeSummary;
70 bool m_lensUpgradeSummaryHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace WellArchitected
75} // namespace Aws
NotificationSummary & WithType(const NotificationType &value)
const LensUpgradeSummary & GetLensUpgradeSummary() const
AWS_WELLARCHITECTED_API NotificationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLensUpgradeSummary(LensUpgradeSummary &&value)
AWS_WELLARCHITECTED_API NotificationSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLensUpgradeSummary(const LensUpgradeSummary &value)
NotificationSummary & WithType(NotificationType &&value)
NotificationSummary & WithLensUpgradeSummary(LensUpgradeSummary &&value)
NotificationSummary & WithLensUpgradeSummary(const LensUpgradeSummary &value)
void SetType(const NotificationType &value)
Aws::Utils::Json::JsonValue JsonValue