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 AwsAccountIdT = Aws::String>
42 m_awsAccountIdHasBeenSet =
true;
43 m_awsAccountId = std::forward<AwsAccountIdT>(value);
45 template <
typename AwsAccountIdT = Aws::String>
59 template <
typename AwsAccountRegionT = Aws::String>
61 m_awsAccountRegionHasBeenSet =
true;
62 m_awsAccountRegion = std::forward<AwsAccountRegionT>(value);
64 template <
typename AwsAccountRegionT = Aws::String>
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
96 template <
typename DomainIdentifierT = Aws::String>
98 m_domainIdentifierHasBeenSet =
true;
99 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
101 template <
typename DomainIdentifierT = Aws::String>
114 template <
typename EnvironmentBluepr
intIdentifierT = Aws::String>
116 m_environmentBlueprintIdentifierHasBeenSet =
true;
117 m_environmentBlueprintIdentifier = std::forward<EnvironmentBlueprintIdentifierT>(value);
119 template <
typename EnvironmentBluepr
intIdentifierT = Aws::String>
132 template <
typename NameT = Aws::String>
134 m_nameHasBeenSet =
true;
135 m_name = std::forward<NameT>(value);
137 template <
typename NameT = Aws::String>
139 SetName(std::forward<NameT>(value));
150 template <
typename ProjectIdentifierT = Aws::String>
152 m_projectIdentifierHasBeenSet =
true;
153 m_projectIdentifier = std::forward<ProjectIdentifierT>(value);
155 template <
typename ProjectIdentifierT = Aws::String>
168 template <
typename UserParametersT = Aws::Vector<EnvironmentParameter>>
170 m_userParametersHasBeenSet =
true;
171 m_userParameters = std::forward<UserParametersT>(value);
173 template <
typename UserParametersT = Aws::Vector<EnvironmentParameter>>
178 template <
typename UserParametersT = EnvironmentParameter>
180 m_userParametersHasBeenSet =
true;
181 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
187 bool m_awsAccountIdHasBeenSet =
false;
190 bool m_awsAccountRegionHasBeenSet =
false;
193 bool m_descriptionHasBeenSet =
false;
196 bool m_domainIdentifierHasBeenSet =
false;
199 bool m_environmentBlueprintIdentifierHasBeenSet =
false;
202 bool m_nameHasBeenSet =
false;
205 bool m_projectIdentifierHasBeenSet =
false;
208 bool m_userParametersHasBeenSet =
false;
CreateEnvironmentProfileRequest & WithProjectIdentifier(ProjectIdentifierT &&value)
void SetEnvironmentBlueprintIdentifier(EnvironmentBlueprintIdentifierT &&value)
void SetDescription(DescriptionT &&value)
bool AwsAccountIdHasBeenSet() const
const Aws::String & GetAwsAccountRegion() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetUserParameters(UserParametersT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
AWS_DATAZONE_API CreateEnvironmentProfileRequest()=default
void SetName(NameT &&value)
const Aws::String & GetEnvironmentBlueprintIdentifier() const
const Aws::String & GetProjectIdentifier() const
void SetProjectIdentifier(ProjectIdentifierT &&value)
CreateEnvironmentProfileRequest & WithDomainIdentifier(DomainIdentifierT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
CreateEnvironmentProfileRequest & WithAwsAccountId(AwsAccountIdT &&value)
bool DescriptionHasBeenSet() const
bool UserParametersHasBeenSet() const
CreateEnvironmentProfileRequest & WithEnvironmentBlueprintIdentifier(EnvironmentBlueprintIdentifierT &&value)
const Aws::String & GetDescription() const
const Aws::Vector< EnvironmentParameter > & GetUserParameters() const
const Aws::String & GetDomainIdentifier() const
CreateEnvironmentProfileRequest & AddUserParameters(UserParametersT &&value)
const Aws::String & GetName() const
bool DomainIdentifierHasBeenSet() const
const Aws::String & GetAwsAccountId() const
CreateEnvironmentProfileRequest & WithAwsAccountRegion(AwsAccountRegionT &&value)
virtual const char * GetServiceRequestName() const override
bool AwsAccountRegionHasBeenSet() const
bool NameHasBeenSet() const
CreateEnvironmentProfileRequest & WithDescription(DescriptionT &&value)
void SetAwsAccountRegion(AwsAccountRegionT &&value)
CreateEnvironmentProfileRequest & WithUserParameters(UserParametersT &&value)
bool EnvironmentBlueprintIdentifierHasBeenSet() const
bool ProjectIdentifierHasBeenSet() const
CreateEnvironmentProfileRequest & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector