AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LandingZoneDriftStatusSummary.h
1
6#pragma once
7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/controltower/model/LandingZoneDriftStatus.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace ControlTower
22{
23namespace Model
24{
25
35 {
36 public:
37 AWS_CONTROLTOWER_API LandingZoneDriftStatusSummary();
40 AWS_CONTROLTOWER_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
52 inline const LandingZoneDriftStatus& GetStatus() const{ return m_status; }
53 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
54 inline void SetStatus(const LandingZoneDriftStatus& value) { m_statusHasBeenSet = true; m_status = value; }
55 inline void SetStatus(LandingZoneDriftStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); }
56 inline LandingZoneDriftStatusSummary& WithStatus(const LandingZoneDriftStatus& value) { SetStatus(value); return *this;}
57 inline LandingZoneDriftStatusSummary& WithStatus(LandingZoneDriftStatus&& value) { SetStatus(std::move(value)); return *this;}
59 private:
60
62 bool m_statusHasBeenSet = false;
63 };
64
65} // namespace Model
66} // namespace ControlTower
67} // namespace Aws
AWS_CONTROLTOWER_API Aws::Utils::Json::JsonValue Jsonize() const
LandingZoneDriftStatusSummary & WithStatus(const LandingZoneDriftStatus &value)
LandingZoneDriftStatusSummary & WithStatus(LandingZoneDriftStatus &&value)
AWS_CONTROLTOWER_API LandingZoneDriftStatusSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_CONTROLTOWER_API LandingZoneDriftStatusSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue