7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/model/EnvironmentParameter.h>
44 template<
typename Bluepr
intVersionT = Aws::String>
45 void SetBlueprintVersion(BlueprintVersionT&& value) { m_blueprintVersionHasBeenSet =
true; m_blueprintVersion = std::forward<BlueprintVersionT>(value); }
46 template<
typename Bluepr
intVersionT = Aws::String>
57 template<
typename DescriptionT = Aws::String>
58 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
59 template<
typename DescriptionT = Aws::String>
69 template<
typename DomainIdentifierT = Aws::String>
70 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
71 template<
typename DomainIdentifierT = Aws::String>
82 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
83 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
84 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
86 template<
typename GlossaryTermsT = Aws::String>
96 template<
typename IdentifierT = Aws::String>
97 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
98 template<
typename IdentifierT = Aws::String>
109 template<
typename NameT = Aws::String>
110 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
111 template<
typename NameT = Aws::String>
121 template<
typename UserParametersT = Aws::Vector<EnvironmentParameter>>
122 void SetUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet =
true; m_userParameters = std::forward<UserParametersT>(value); }
123 template<
typename UserParametersT = Aws::Vector<EnvironmentParameter>>
125 template<
typename UserParametersT = EnvironmentParameter>
131 bool m_blueprintVersionHasBeenSet =
false;
134 bool m_descriptionHasBeenSet =
false;
137 bool m_domainIdentifierHasBeenSet =
false;
140 bool m_glossaryTermsHasBeenSet =
false;
143 bool m_identifierHasBeenSet =
false;
146 bool m_nameHasBeenSet =
false;
149 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