AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
UpdateEnvironmentActionResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/ActionParameters.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace DataZone {
23namespace Model {
25 public:
26 AWS_DATAZONE_API UpdateEnvironmentActionResult() = default;
29
31
34 inline const Aws::String& GetDomainId() const { return m_domainId; }
35 template <typename DomainIdT = Aws::String>
36 void SetDomainId(DomainIdT&& value) {
37 m_domainIdHasBeenSet = true;
38 m_domainId = std::forward<DomainIdT>(value);
39 }
40 template <typename DomainIdT = Aws::String>
42 SetDomainId(std::forward<DomainIdT>(value));
43 return *this;
44 }
46
48
51 inline const Aws::String& GetEnvironmentId() const { return m_environmentId; }
52 template <typename EnvironmentIdT = Aws::String>
53 void SetEnvironmentId(EnvironmentIdT&& value) {
54 m_environmentIdHasBeenSet = true;
55 m_environmentId = std::forward<EnvironmentIdT>(value);
56 }
57 template <typename EnvironmentIdT = Aws::String>
59 SetEnvironmentId(std::forward<EnvironmentIdT>(value));
60 return *this;
61 }
63
65
68 inline const Aws::String& GetId() const { return m_id; }
69 template <typename IdT = Aws::String>
70 void SetId(IdT&& value) {
71 m_idHasBeenSet = true;
72 m_id = std::forward<IdT>(value);
73 }
74 template <typename IdT = Aws::String>
76 SetId(std::forward<IdT>(value));
77 return *this;
78 }
80
82
85 inline const Aws::String& GetName() const { return m_name; }
86 template <typename NameT = Aws::String>
87 void SetName(NameT&& value) {
88 m_nameHasBeenSet = true;
89 m_name = std::forward<NameT>(value);
90 }
91 template <typename NameT = Aws::String>
93 SetName(std::forward<NameT>(value));
94 return *this;
95 }
97
99
102 inline const ActionParameters& GetParameters() const { return m_parameters; }
103 template <typename ParametersT = ActionParameters>
104 void SetParameters(ParametersT&& value) {
105 m_parametersHasBeenSet = true;
106 m_parameters = std::forward<ParametersT>(value);
107 }
108 template <typename ParametersT = ActionParameters>
110 SetParameters(std::forward<ParametersT>(value));
111 return *this;
112 }
114
116
119 inline const Aws::String& GetDescription() const { return m_description; }
120 template <typename DescriptionT = Aws::String>
121 void SetDescription(DescriptionT&& value) {
122 m_descriptionHasBeenSet = true;
123 m_description = std::forward<DescriptionT>(value);
124 }
125 template <typename DescriptionT = Aws::String>
127 SetDescription(std::forward<DescriptionT>(value));
128 return *this;
129 }
131
133
134 inline const Aws::String& GetRequestId() const { return m_requestId; }
135 template <typename RequestIdT = Aws::String>
136 void SetRequestId(RequestIdT&& value) {
137 m_requestIdHasBeenSet = true;
138 m_requestId = std::forward<RequestIdT>(value);
139 }
140 template <typename RequestIdT = Aws::String>
142 SetRequestId(std::forward<RequestIdT>(value));
143 return *this;
144 }
146 private:
147 Aws::String m_domainId;
148
149 Aws::String m_environmentId;
150
151 Aws::String m_id;
152
153 Aws::String m_name;
154
155 ActionParameters m_parameters;
156
157 Aws::String m_description;
158
159 Aws::String m_requestId;
160 bool m_domainIdHasBeenSet = false;
161 bool m_environmentIdHasBeenSet = false;
162 bool m_idHasBeenSet = false;
163 bool m_nameHasBeenSet = false;
164 bool m_parametersHasBeenSet = false;
165 bool m_descriptionHasBeenSet = false;
166 bool m_requestIdHasBeenSet = false;
167};
168
169} // namespace Model
170} // namespace DataZone
171} // namespace Aws
AWS_DATAZONE_API UpdateEnvironmentActionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateEnvironmentActionResult & WithDescription(DescriptionT &&value)
AWS_DATAZONE_API UpdateEnvironmentActionResult()=default
UpdateEnvironmentActionResult & WithId(IdT &&value)
UpdateEnvironmentActionResult & WithRequestId(RequestIdT &&value)
UpdateEnvironmentActionResult & WithEnvironmentId(EnvironmentIdT &&value)
UpdateEnvironmentActionResult & WithDomainId(DomainIdT &&value)
AWS_DATAZONE_API UpdateEnvironmentActionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateEnvironmentActionResult & WithParameters(ParametersT &&value)
UpdateEnvironmentActionResult & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue