AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
DatasetDetailOrgAttributes.h
1
6#pragma once
7#include <aws/m2/MainframeModernization_EXPORTS.h>
8#include <aws/m2/model/GdgDetailAttributes.h>
9#include <aws/m2/model/PoDetailAttributes.h>
10#include <aws/m2/model/PsDetailAttributes.h>
11#include <aws/m2/model/VsamDetailAttributes.h>
12
13#include <utility>
14
15namespace Aws {
16namespace Utils {
17namespace Json {
18class JsonValue;
19class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MainframeModernization {
23namespace Model {
24
33 public:
34 AWS_MAINFRAMEMODERNIZATION_API DatasetDetailOrgAttributes() = default;
35 AWS_MAINFRAMEMODERNIZATION_API DatasetDetailOrgAttributes(Aws::Utils::Json::JsonView jsonValue);
36 AWS_MAINFRAMEMODERNIZATION_API DatasetDetailOrgAttributes& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const;
38
40
43 inline const GdgDetailAttributes& GetGdg() const { return m_gdg; }
44 inline bool GdgHasBeenSet() const { return m_gdgHasBeenSet; }
45 template <typename GdgT = GdgDetailAttributes>
46 void SetGdg(GdgT&& value) {
47 m_gdgHasBeenSet = true;
48 m_gdg = std::forward<GdgT>(value);
49 }
50 template <typename GdgT = GdgDetailAttributes>
52 SetGdg(std::forward<GdgT>(value));
53 return *this;
54 }
56
58
61 inline const PoDetailAttributes& GetPo() const { return m_po; }
62 inline bool PoHasBeenSet() const { return m_poHasBeenSet; }
63 template <typename PoT = PoDetailAttributes>
64 void SetPo(PoT&& value) {
65 m_poHasBeenSet = true;
66 m_po = std::forward<PoT>(value);
67 }
68 template <typename PoT = PoDetailAttributes>
70 SetPo(std::forward<PoT>(value));
71 return *this;
72 }
74
76
79 inline const PsDetailAttributes& GetPs() const { return m_ps; }
80 inline bool PsHasBeenSet() const { return m_psHasBeenSet; }
81 template <typename PsT = PsDetailAttributes>
82 void SetPs(PsT&& value) {
83 m_psHasBeenSet = true;
84 m_ps = std::forward<PsT>(value);
85 }
86 template <typename PsT = PsDetailAttributes>
88 SetPs(std::forward<PsT>(value));
89 return *this;
90 }
92
94
97 inline const VsamDetailAttributes& GetVsam() const { return m_vsam; }
98 inline bool VsamHasBeenSet() const { return m_vsamHasBeenSet; }
99 template <typename VsamT = VsamDetailAttributes>
100 void SetVsam(VsamT&& value) {
101 m_vsamHasBeenSet = true;
102 m_vsam = std::forward<VsamT>(value);
103 }
104 template <typename VsamT = VsamDetailAttributes>
106 SetVsam(std::forward<VsamT>(value));
107 return *this;
108 }
110 private:
112
114
116
118 bool m_gdgHasBeenSet = false;
119 bool m_poHasBeenSet = false;
120 bool m_psHasBeenSet = false;
121 bool m_vsamHasBeenSet = false;
122};
123
124} // namespace Model
125} // namespace MainframeModernization
126} // namespace Aws
AWS_MAINFRAMEMODERNIZATION_API DatasetDetailOrgAttributes()=default
AWS_MAINFRAMEMODERNIZATION_API DatasetDetailOrgAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MAINFRAMEMODERNIZATION_API DatasetDetailOrgAttributes(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue