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/datazone/model/ActionParameters.h>
42 template<
typename DescriptionT = Aws::String>
43 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
44 template<
typename DescriptionT = Aws::String>
54 template<
typename DomainIdentifierT = Aws::String>
55 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
56 template<
typename DomainIdentifierT = Aws::String>
66 template<
typename EnvironmentIdentifierT = Aws::String>
67 void SetEnvironmentIdentifier(EnvironmentIdentifierT&& value) { m_environmentIdentifierHasBeenSet =
true; m_environmentIdentifier = std::forward<EnvironmentIdentifierT>(value); }
68 template<
typename EnvironmentIdentifierT = Aws::String>
78 template<
typename IdentifierT = Aws::String>
79 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
80 template<
typename IdentifierT = Aws::String>
90 template<
typename NameT = Aws::String>
91 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
92 template<
typename NameT = Aws::String>
102 template<
typename ParametersT = ActionParameters>
103 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
104 template<
typename ParametersT = ActionParameters>
110 bool m_descriptionHasBeenSet =
false;
113 bool m_domainIdentifierHasBeenSet =
false;
116 bool m_environmentIdentifierHasBeenSet =
false;
119 bool m_identifierHasBeenSet =
false;
122 bool m_nameHasBeenSet =
false;
125 bool m_parametersHasBeenSet =
false;
const Aws::String & GetDescription() const
UpdateEnvironmentActionRequest & WithEnvironmentIdentifier(EnvironmentIdentifierT &&value)
AWS_DATAZONE_API UpdateEnvironmentActionRequest()=default
void SetEnvironmentIdentifier(EnvironmentIdentifierT &&value)
UpdateEnvironmentActionRequest & WithDescription(DescriptionT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
UpdateEnvironmentActionRequest & WithName(NameT &&value)
bool DomainIdentifierHasBeenSet() const
UpdateEnvironmentActionRequest & WithParameters(ParametersT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDomainIdentifier() const
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
bool IdentifierHasBeenSet() const
UpdateEnvironmentActionRequest & WithIdentifier(IdentifierT &&value)
UpdateEnvironmentActionRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool EnvironmentIdentifierHasBeenSet() const
bool ParametersHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
void SetDescription(DescriptionT &&value)
const ActionParameters & GetParameters() const
const Aws::String & GetEnvironmentIdentifier() const
const Aws::String & GetName() const
const Aws::String & GetIdentifier() const
void SetName(NameT &&value)
void SetParameters(ParametersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String