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>
43 template<
typename DescriptionT = Aws::String>
44 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
45 template<
typename DescriptionT = Aws::String>
56 template<
typename DomainIdentifierT = Aws::String>
57 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
58 template<
typename DomainIdentifierT = Aws::String>
68 template<
typename EnvironmentIdentifierT = Aws::String>
69 void SetEnvironmentIdentifier(EnvironmentIdentifierT&& value) { m_environmentIdentifierHasBeenSet =
true; m_environmentIdentifier = std::forward<EnvironmentIdentifierT>(value); }
70 template<
typename EnvironmentIdentifierT = Aws::String>
80 template<
typename NameT = Aws::String>
81 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
82 template<
typename NameT = Aws::String>
92 template<
typename ParametersT = ActionParameters>
93 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
94 template<
typename ParametersT = ActionParameters>
100 bool m_descriptionHasBeenSet =
false;
103 bool m_domainIdentifierHasBeenSet =
false;
106 bool m_environmentIdentifierHasBeenSet =
false;
109 bool m_nameHasBeenSet =
false;
112 bool m_parametersHasBeenSet =
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