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>
40 template <
typename Bluepr
intVersionT = Aws::String>
42 m_blueprintVersionHasBeenSet =
true;
43 m_blueprintVersion = std::forward<BlueprintVersionT>(value);
45 template <
typename Bluepr
intVersionT = Aws::String>
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
77 template <
typename DomainIdentifierT = Aws::String>
79 m_domainIdentifierHasBeenSet =
true;
80 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
82 template <
typename DomainIdentifierT = Aws::String>
96 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
98 m_glossaryTermsHasBeenSet =
true;
99 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
101 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
106 template <
typename GlossaryTermsT = Aws::String>
108 m_glossaryTermsHasBeenSet =
true;
109 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
120 template <
typename IdentifierT = Aws::String>
122 m_identifierHasBeenSet =
true;
123 m_identifier = std::forward<IdentifierT>(value);
125 template <
typename IdentifierT = Aws::String>
139 template <
typename NameT = Aws::String>
141 m_nameHasBeenSet =
true;
142 m_name = std::forward<NameT>(value);
144 template <
typename NameT = Aws::String>
146 SetName(std::forward<NameT>(value));
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));
176 bool m_blueprintVersionHasBeenSet =
false;
179 bool m_descriptionHasBeenSet =
false;
182 bool m_domainIdentifierHasBeenSet =
false;
185 bool m_glossaryTermsHasBeenSet =
false;
188 bool m_identifierHasBeenSet =
false;
191 bool m_nameHasBeenSet =
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