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/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/model/EnvironmentParameter.h>
44 template<
typename AwsAccountIdT = Aws::String>
45 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
46 template<
typename AwsAccountIdT = Aws::String>
57 template<
typename AwsAccountRegionT = Aws::String>
58 void SetAwsAccountRegion(AwsAccountRegionT&& value) { m_awsAccountRegionHasBeenSet =
true; m_awsAccountRegion = std::forward<AwsAccountRegionT>(value); }
59 template<
typename AwsAccountRegionT = Aws::String>
69 template<
typename DescriptionT = Aws::String>
70 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
71 template<
typename DescriptionT = Aws::String>
82 template<
typename DomainIdentifierT = Aws::String>
83 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
84 template<
typename DomainIdentifierT = Aws::String>
94 template<
typename EnvironmentBluepr
intIdentifierT = Aws::String>
95 void SetEnvironmentBlueprintIdentifier(EnvironmentBlueprintIdentifierT&& value) { m_environmentBlueprintIdentifierHasBeenSet =
true; m_environmentBlueprintIdentifier = std::forward<EnvironmentBlueprintIdentifierT>(value); }
96 template<
typename EnvironmentBluepr
intIdentifierT = Aws::String>
106 template<
typename NameT = Aws::String>
107 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
108 template<
typename NameT = Aws::String>
118 template<
typename ProjectIdentifierT = Aws::String>
119 void SetProjectIdentifier(ProjectIdentifierT&& value) { m_projectIdentifierHasBeenSet =
true; m_projectIdentifier = std::forward<ProjectIdentifierT>(value); }
120 template<
typename ProjectIdentifierT = Aws::String>
130 template<
typename UserParametersT = Aws::Vector<EnvironmentParameter>>
131 void SetUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet =
true; m_userParameters = std::forward<UserParametersT>(value); }
132 template<
typename UserParametersT = Aws::Vector<EnvironmentParameter>>
134 template<
typename UserParametersT = EnvironmentParameter>
140 bool m_awsAccountIdHasBeenSet =
false;
143 bool m_awsAccountRegionHasBeenSet =
false;
146 bool m_descriptionHasBeenSet =
false;
149 bool m_domainIdentifierHasBeenSet =
false;
152 bool m_environmentBlueprintIdentifierHasBeenSet =
false;
155 bool m_nameHasBeenSet =
false;
158 bool m_projectIdentifierHasBeenSet =
false;
161 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