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 DomainIdentifierT = Aws::String>
42 m_domainIdentifierHasBeenSet =
true;
43 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
45 template <
typename DomainIdentifierT = Aws::String>
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
94 template <
typename EnvironmentBluepr
intIdentifierT = Aws::String>
96 m_environmentBlueprintIdentifierHasBeenSet =
true;
97 m_environmentBlueprintIdentifier = std::forward<EnvironmentBlueprintIdentifierT>(value);
99 template <
typename EnvironmentBluepr
intIdentifierT = Aws::String>
112 template <
typename ProjectIdentifierT = Aws::String>
114 m_projectIdentifierHasBeenSet =
true;
115 m_projectIdentifier = std::forward<ProjectIdentifierT>(value);
117 template <
typename ProjectIdentifierT = Aws::String>
130 template <
typename UserParametersT = Aws::Vector<EnvironmentParameter>>
132 m_userParametersHasBeenSet =
true;
133 m_userParameters = std::forward<UserParametersT>(value);
135 template <
typename UserParametersT = Aws::Vector<EnvironmentParameter>>
140 template <
typename UserParametersT = EnvironmentParameter>
142 m_userParametersHasBeenSet =
true;
143 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
155 template <
typename AwsAccountIdT = Aws::String>
157 m_awsAccountIdHasBeenSet =
true;
158 m_awsAccountId = std::forward<AwsAccountIdT>(value);
160 template <
typename AwsAccountIdT = Aws::String>
174 template <
typename AwsAccountRegionT = Aws::String>
176 m_awsAccountRegionHasBeenSet =
true;
177 m_awsAccountRegion = std::forward<AwsAccountRegionT>(value);
179 template <
typename AwsAccountRegionT = Aws::String>
201 bool m_domainIdentifierHasBeenSet =
false;
202 bool m_nameHasBeenSet =
false;
203 bool m_descriptionHasBeenSet =
false;
204 bool m_environmentBlueprintIdentifierHasBeenSet =
false;
205 bool m_projectIdentifierHasBeenSet =
false;
206 bool m_userParametersHasBeenSet =
false;
207 bool m_awsAccountIdHasBeenSet =
false;
208 bool m_awsAccountRegionHasBeenSet =
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