7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/ActionParameters.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 EnvironmentIdentifierT = Aws::String>
59 m_environmentIdentifierHasBeenSet =
true;
60 m_environmentIdentifier = std::forward<EnvironmentIdentifierT>(value);
62 template <
typename EnvironmentIdentifierT = Aws::String>
75 template <
typename NameT = Aws::String>
77 m_nameHasBeenSet =
true;
78 m_name = std::forward<NameT>(value);
80 template <
typename NameT = Aws::String>
82 SetName(std::forward<NameT>(value));
93 template <
typename ParametersT = ActionParameters>
95 m_parametersHasBeenSet =
true;
96 m_parameters = std::forward<ParametersT>(value);
98 template <
typename ParametersT = ActionParameters>
112 template <
typename DescriptionT = Aws::String>
114 m_descriptionHasBeenSet =
true;
115 m_description = std::forward<DescriptionT>(value);
117 template <
typename DescriptionT = Aws::String>
133 bool m_domainIdentifierHasBeenSet =
false;
134 bool m_environmentIdentifierHasBeenSet =
false;
135 bool m_nameHasBeenSet =
false;
136 bool m_parametersHasBeenSet =
false;
137 bool m_descriptionHasBeenSet =
false;
CreateEnvironmentActionRequest & WithParameters(ParametersT &&value)
CreateEnvironmentActionRequest & WithEnvironmentIdentifier(EnvironmentIdentifierT &&value)
AWS_DATAZONE_API CreateEnvironmentActionRequest()=default
void SetDomainIdentifier(DomainIdentifierT &&value)
bool ParametersHasBeenSet() const
const Aws::String & GetDescription() const
void SetEnvironmentIdentifier(EnvironmentIdentifierT &&value)
CreateEnvironmentActionRequest & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetEnvironmentIdentifier() const
const Aws::String & GetName() const
CreateEnvironmentActionRequest & WithDescription(DescriptionT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetParameters(ParametersT &&value)
bool NameHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetName(NameT &&value)
bool DomainIdentifierHasBeenSet() const
CreateEnvironmentActionRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool EnvironmentIdentifierHasBeenSet() const
const Aws::String & GetDomainIdentifier() const
const ActionParameters & GetParameters() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String