AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
LandingZoneOperationSummary.h
1
6#pragma once
7#include <aws/controltower/ControlTower_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/controltower/model/LandingZoneOperationType.h>
10#include <aws/controltower/model/LandingZoneOperationStatus.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace ControlTower
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_CONTROLTOWER_API LandingZoneOperationSummary() = default;
40 AWS_CONTROLTOWER_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetOperationIdentifier() const { return m_operationIdentifier; }
48 inline bool OperationIdentifierHasBeenSet() const { return m_operationIdentifierHasBeenSet; }
49 template<typename OperationIdentifierT = Aws::String>
50 void SetOperationIdentifier(OperationIdentifierT&& value) { m_operationIdentifierHasBeenSet = true; m_operationIdentifier = std::forward<OperationIdentifierT>(value); }
51 template<typename OperationIdentifierT = Aws::String>
52 LandingZoneOperationSummary& WithOperationIdentifier(OperationIdentifierT&& value) { SetOperationIdentifier(std::forward<OperationIdentifierT>(value)); return *this;}
54
56
59 inline LandingZoneOperationType GetOperationType() const { return m_operationType; }
60 inline bool OperationTypeHasBeenSet() const { return m_operationTypeHasBeenSet; }
61 inline void SetOperationType(LandingZoneOperationType value) { m_operationTypeHasBeenSet = true; m_operationType = value; }
64
66
69 inline LandingZoneOperationStatus GetStatus() const { return m_status; }
70 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
71 inline void SetStatus(LandingZoneOperationStatus value) { m_statusHasBeenSet = true; m_status = value; }
74 private:
75
76 Aws::String m_operationIdentifier;
77 bool m_operationIdentifierHasBeenSet = false;
78
80 bool m_operationTypeHasBeenSet = false;
81
83 bool m_statusHasBeenSet = false;
84 };
85
86} // namespace Model
87} // namespace ControlTower
88} // namespace Aws
LandingZoneOperationSummary & WithOperationIdentifier(OperationIdentifierT &&value)
AWS_CONTROLTOWER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONTROLTOWER_API LandingZoneOperationSummary()=default
LandingZoneOperationSummary & WithOperationType(LandingZoneOperationType value)
LandingZoneOperationSummary & WithStatus(LandingZoneOperationStatus value)
AWS_CONTROLTOWER_API LandingZoneOperationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONTROLTOWER_API LandingZoneOperationSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue