7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/model/CustomParameter.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
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>
56 template<
typename AwsAccountRegionT = Aws::String>
57 void SetAwsAccountRegion(AwsAccountRegionT&& value) { m_awsAccountRegionHasBeenSet =
true; m_awsAccountRegion = std::forward<AwsAccountRegionT>(value); }
58 template<
typename AwsAccountRegionT = Aws::String>
67 template<
typename CreatedAtT = Aws::Utils::DateTime>
68 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
69 template<
typename CreatedAtT = Aws::Utils::DateTime>
78 template<
typename CreatedByT = Aws::String>
79 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
80 template<
typename CreatedByT = Aws::String>
89 template<
typename DescriptionT = Aws::String>
90 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
91 template<
typename DescriptionT = Aws::String>
101 template<
typename DomainIdT = Aws::String>
102 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
103 template<
typename DomainIdT = Aws::String>
112 template<
typename EnvironmentBluepr
intIdT = Aws::String>
113 void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT&& value) { m_environmentBlueprintIdHasBeenSet =
true; m_environmentBlueprintId = std::forward<EnvironmentBlueprintIdT>(value); }
114 template<
typename EnvironmentBluepr
intIdT = Aws::String>
123 template<
typename IdT = Aws::String>
124 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
125 template<
typename IdT = Aws::String>
134 template<
typename NameT = Aws::String>
135 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
136 template<
typename NameT = Aws::String>
146 template<
typename ProjectIdT = Aws::String>
147 void SetProjectId(ProjectIdT&& value) { m_projectIdHasBeenSet =
true; m_projectId = std::forward<ProjectIdT>(value); }
148 template<
typename ProjectIdT = Aws::String>
157 template<
typename UpdatedAtT = Aws::Utils::DateTime>
158 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
159 template<
typename UpdatedAtT = Aws::Utils::DateTime>
168 template<
typename UserParametersT = Aws::Vector<CustomParameter>>
169 void SetUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet =
true; m_userParameters = std::forward<UserParametersT>(value); }
170 template<
typename UserParametersT = Aws::Vector<CustomParameter>>
172 template<
typename UserParametersT = CustomParameter>
179 template<
typename RequestIdT = Aws::String>
180 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
181 template<
typename RequestIdT = Aws::String>
187 bool m_awsAccountIdHasBeenSet =
false;
190 bool m_awsAccountRegionHasBeenSet =
false;
193 bool m_createdAtHasBeenSet =
false;
196 bool m_createdByHasBeenSet =
false;
199 bool m_descriptionHasBeenSet =
false;
202 bool m_domainIdHasBeenSet =
false;
205 bool m_environmentBlueprintIdHasBeenSet =
false;
208 bool m_idHasBeenSet =
false;
211 bool m_nameHasBeenSet =
false;
214 bool m_projectIdHasBeenSet =
false;
217 bool m_updatedAtHasBeenSet =
false;
220 bool m_userParametersHasBeenSet =
false;
223 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetUpdatedAt() const
CreateEnvironmentProfileResult & WithUpdatedAt(UpdatedAtT &&value)
void SetName(NameT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_DATAZONE_API CreateEnvironmentProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetAwsAccountId() const
CreateEnvironmentProfileResult & WithRequestId(RequestIdT &&value)
CreateEnvironmentProfileResult & WithCreatedAt(CreatedAtT &&value)
AWS_DATAZONE_API CreateEnvironmentProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateEnvironmentProfileResult & WithId(IdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Vector< CustomParameter > & GetUserParameters() const
const Aws::String & GetName() const
const Aws::String & GetAwsAccountRegion() const
const Aws::String & GetId() const
const Aws::String & GetDescription() const
const Aws::String & GetProjectId() const
CreateEnvironmentProfileResult & WithDescription(DescriptionT &&value)
CreateEnvironmentProfileResult & WithName(NameT &&value)
CreateEnvironmentProfileResult & WithProjectId(ProjectIdT &&value)
void SetProjectId(ProjectIdT &&value)
CreateEnvironmentProfileResult & WithAwsAccountRegion(AwsAccountRegionT &&value)
AWS_DATAZONE_API CreateEnvironmentProfileResult()=default
void SetCreatedAt(CreatedAtT &&value)
CreateEnvironmentProfileResult & WithEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
void SetAwsAccountRegion(AwsAccountRegionT &&value)
const Aws::String & GetRequestId() const
CreateEnvironmentProfileResult & AddUserParameters(UserParametersT &&value)
const Aws::String & GetEnvironmentBlueprintId() const
CreateEnvironmentProfileResult & WithDomainId(DomainIdT &&value)
void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
void SetDescription(DescriptionT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetDomainId(DomainIdT &&value)
CreateEnvironmentProfileResult & WithAwsAccountId(AwsAccountIdT &&value)
void SetUserParameters(UserParametersT &&value)
const Aws::String & GetCreatedBy() const
const Aws::String & GetDomainId() const
CreateEnvironmentProfileResult & WithCreatedBy(CreatedByT &&value)
void SetCreatedBy(CreatedByT &&value)
CreateEnvironmentProfileResult & WithUserParameters(UserParametersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue