7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/ActionParameters.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename DomainIdT = Aws::String>
39 m_domainIdHasBeenSet =
true;
40 m_domainId = std::forward<DomainIdT>(value);
42 template <
typename DomainIdT = Aws::String>
54 template <
typename EnvironmentIdT = Aws::String>
56 m_environmentIdHasBeenSet =
true;
57 m_environmentId = std::forward<EnvironmentIdT>(value);
59 template <
typename EnvironmentIdT = Aws::String>
71 template <
typename IdT = Aws::String>
73 m_idHasBeenSet =
true;
74 m_id = std::forward<IdT>(value);
76 template <
typename IdT = Aws::String>
78 SetId(std::forward<IdT>(value));
88 template <
typename NameT = Aws::String>
90 m_nameHasBeenSet =
true;
91 m_name = std::forward<NameT>(value);
93 template <
typename NameT = Aws::String>
95 SetName(std::forward<NameT>(value));
105 template <
typename ParametersT = ActionParameters>
107 m_parametersHasBeenSet =
true;
108 m_parameters = std::forward<ParametersT>(value);
110 template <
typename ParametersT = ActionParameters>
122 template <
typename DescriptionT = Aws::String>
124 m_descriptionHasBeenSet =
true;
125 m_description = std::forward<DescriptionT>(value);
127 template <
typename DescriptionT = Aws::String>
137 template <
typename RequestIdT = Aws::String>
139 m_requestIdHasBeenSet =
true;
140 m_requestId = std::forward<RequestIdT>(value);
142 template <
typename RequestIdT = Aws::String>
165 bool m_domainIdHasBeenSet =
false;
166 bool m_environmentIdHasBeenSet =
false;
167 bool m_idHasBeenSet =
false;
168 bool m_nameHasBeenSet =
false;
169 bool m_parametersHasBeenSet =
false;
170 bool m_descriptionHasBeenSet =
false;
171 bool m_requestIdHasBeenSet =
false;
GetEnvironmentActionResult & WithParameters(ParametersT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetId() const
void SetParameters(ParametersT &&value)
void SetName(NameT &&value)
GetEnvironmentActionResult & WithRequestId(RequestIdT &&value)
const ActionParameters & GetParameters() const
GetEnvironmentActionResult & WithDescription(DescriptionT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetDomainId() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetEnvironmentId() const
AWS_DATAZONE_API GetEnvironmentActionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetName() const
const Aws::String & GetDescription() const
GetEnvironmentActionResult & WithDomainId(DomainIdT &&value)
GetEnvironmentActionResult & WithId(IdT &&value)
void SetDomainId(DomainIdT &&value)
AWS_DATAZONE_API GetEnvironmentActionResult()=default
GetEnvironmentActionResult & WithEnvironmentId(EnvironmentIdT &&value)
GetEnvironmentActionResult & WithName(NameT &&value)
void SetEnvironmentId(EnvironmentIdT &&value)
AWS_DATAZONE_API GetEnvironmentActionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue