7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/EnvironmentParameter.h>
39 template <
typename DomainIdentifierT = Aws::String>
41 m_domainIdentifierHasBeenSet =
true;
42 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
44 template <
typename DomainIdentifierT = Aws::String>
57 template <
typename IdentifierT = Aws::String>
59 m_identifierHasBeenSet =
true;
60 m_identifier = std::forward<IdentifierT>(value);
62 template <
typename IdentifierT = Aws::String>
76 template <
typename NameT = Aws::String>
78 m_nameHasBeenSet =
true;
79 m_name = std::forward<NameT>(value);
81 template <
typename NameT = Aws::String>
83 SetName(std::forward<NameT>(value));
95 template <
typename DescriptionT = Aws::String>
97 m_descriptionHasBeenSet =
true;
98 m_description = std::forward<DescriptionT>(value);
100 template <
typename DescriptionT = Aws::String>
114 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
116 m_glossaryTermsHasBeenSet =
true;
117 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
119 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
124 template <
typename GlossaryTermsT = Aws::String>
126 m_glossaryTermsHasBeenSet =
true;
127 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
139 template <
typename Bluepr
intVersionT = Aws::String>
141 m_blueprintVersionHasBeenSet =
true;
142 m_blueprintVersion = std::forward<BlueprintVersionT>(value);
144 template <
typename Bluepr
intVersionT = Aws::String>
157 template <
typename UserParametersT = Aws::Vector<EnvironmentParameter>>
159 m_userParametersHasBeenSet =
true;
160 m_userParameters = std::forward<UserParametersT>(value);
162 template <
typename UserParametersT = Aws::Vector<EnvironmentParameter>>
167 template <
typename UserParametersT = EnvironmentParameter>
169 m_userParametersHasBeenSet =
true;
170 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
188 bool m_domainIdentifierHasBeenSet =
false;
189 bool m_identifierHasBeenSet =
false;
190 bool m_nameHasBeenSet =
false;
191 bool m_descriptionHasBeenSet =
false;
192 bool m_glossaryTermsHasBeenSet =
false;
193 bool m_blueprintVersionHasBeenSet =
false;
194 bool m_userParametersHasBeenSet =
false;
UpdateEnvironmentRequest & WithIdentifier(IdentifierT &&value)
bool DomainIdentifierHasBeenSet() const
UpdateEnvironmentRequest & WithUserParameters(UserParametersT &&value)
bool GlossaryTermsHasBeenSet() const
UpdateEnvironmentRequest & WithBlueprintVersion(BlueprintVersionT &&value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
bool UserParametersHasBeenSet() const
UpdateEnvironmentRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDomainIdentifier() const
void SetBlueprintVersion(BlueprintVersionT &&value)
bool BlueprintVersionHasBeenSet() const
void SetUserParameters(UserParametersT &&value)
virtual const char * GetServiceRequestName() const override
AWS_DATAZONE_API UpdateEnvironmentRequest()=default
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool DescriptionHasBeenSet() const
void SetName(NameT &&value)
UpdateEnvironmentRequest & AddUserParameters(UserParametersT &&value)
const Aws::String & GetDescription() const
UpdateEnvironmentRequest & WithGlossaryTerms(GlossaryTermsT &&value)
bool NameHasBeenSet() const
void SetGlossaryTerms(GlossaryTermsT &&value)
UpdateEnvironmentRequest & WithDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetName() const
const Aws::String & GetIdentifier() const
bool IdentifierHasBeenSet() const
const Aws::Vector< EnvironmentParameter > & GetUserParameters() const
UpdateEnvironmentRequest & AddGlossaryTerms(GlossaryTermsT &&value)
const Aws::String & GetBlueprintVersion() const
UpdateEnvironmentRequest & WithName(NameT &&value)
void SetIdentifier(IdentifierT &&value)
void SetDescription(DescriptionT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector