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>
55 template<
typename AwsAccountRegionT = Aws::String>
56 void SetAwsAccountRegion(AwsAccountRegionT&& value) { m_awsAccountRegionHasBeenSet =
true; m_awsAccountRegion = std::forward<AwsAccountRegionT>(value); }
57 template<
typename AwsAccountRegionT = Aws::String>
66 template<
typename CreatedAtT = Aws::Utils::DateTime>
67 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
68 template<
typename CreatedAtT = Aws::Utils::DateTime>
77 template<
typename CreatedByT = Aws::String>
78 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
79 template<
typename CreatedByT = Aws::String>
88 template<
typename DescriptionT = Aws::String>
89 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
90 template<
typename DescriptionT = Aws::String>
100 template<
typename DomainIdT = Aws::String>
101 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
102 template<
typename DomainIdT = Aws::String>
111 template<
typename EnvironmentBluepr
intIdT = Aws::String>
112 void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT&& value) { m_environmentBlueprintIdHasBeenSet =
true; m_environmentBlueprintId = std::forward<EnvironmentBlueprintIdT>(value); }
113 template<
typename EnvironmentBluepr
intIdT = Aws::String>
122 template<
typename IdT = Aws::String>
123 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
124 template<
typename IdT = Aws::String>
133 template<
typename NameT = Aws::String>
134 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
135 template<
typename NameT = Aws::String>
145 template<
typename ProjectIdT = Aws::String>
146 void SetProjectId(ProjectIdT&& value) { m_projectIdHasBeenSet =
true; m_projectId = std::forward<ProjectIdT>(value); }
147 template<
typename ProjectIdT = Aws::String>
156 template<
typename UpdatedAtT = Aws::Utils::DateTime>
157 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
158 template<
typename UpdatedAtT = Aws::Utils::DateTime>
167 template<
typename UserParametersT = Aws::Vector<CustomParameter>>
168 void SetUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet =
true; m_userParameters = std::forward<UserParametersT>(value); }
169 template<
typename UserParametersT = Aws::Vector<CustomParameter>>
171 template<
typename UserParametersT = CustomParameter>
178 template<
typename RequestIdT = Aws::String>
179 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
180 template<
typename RequestIdT = Aws::String>
186 bool m_awsAccountIdHasBeenSet =
false;
189 bool m_awsAccountRegionHasBeenSet =
false;
192 bool m_createdAtHasBeenSet =
false;
195 bool m_createdByHasBeenSet =
false;
198 bool m_descriptionHasBeenSet =
false;
201 bool m_domainIdHasBeenSet =
false;
204 bool m_environmentBlueprintIdHasBeenSet =
false;
207 bool m_idHasBeenSet =
false;
210 bool m_nameHasBeenSet =
false;
213 bool m_projectIdHasBeenSet =
false;
216 bool m_updatedAtHasBeenSet =
false;
219 bool m_userParametersHasBeenSet =
false;
222 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< CustomParameter > & GetUserParameters() const
const Aws::Utils::DateTime & GetCreatedAt() const
GetEnvironmentProfileResult & WithDescription(DescriptionT &&value)
void SetCreatedBy(CreatedByT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetProjectId() const
GetEnvironmentProfileResult & AddUserParameters(UserParametersT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_DATAZONE_API GetEnvironmentProfileResult()=default
GetEnvironmentProfileResult & WithId(IdT &&value)
void SetProjectId(ProjectIdT &&value)
GetEnvironmentProfileResult & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetCreatedBy() const
AWS_DATAZONE_API GetEnvironmentProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetRequestId() const
GetEnvironmentProfileResult & WithProjectId(ProjectIdT &&value)
GetEnvironmentProfileResult & WithUserParameters(UserParametersT &&value)
GetEnvironmentProfileResult & WithCreatedBy(CreatedByT &&value)
void SetAwsAccountRegion(AwsAccountRegionT &&value)
const Aws::String & GetAwsAccountRegion() const
GetEnvironmentProfileResult & WithAwsAccountRegion(AwsAccountRegionT &&value)
const Aws::String & GetDescription() const
void SetRequestId(RequestIdT &&value)
GetEnvironmentProfileResult & WithUpdatedAt(UpdatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
GetEnvironmentProfileResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetId() const
void SetDomainId(DomainIdT &&value)
void SetName(NameT &&value)
GetEnvironmentProfileResult & WithCreatedAt(CreatedAtT &&value)
GetEnvironmentProfileResult & WithEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
const Aws::String & GetName() const
GetEnvironmentProfileResult & WithName(NameT &&value)
GetEnvironmentProfileResult & WithDomainId(DomainIdT &&value)
AWS_DATAZONE_API GetEnvironmentProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
const Aws::String & GetEnvironmentBlueprintId() const
void SetUserParameters(UserParametersT &&value)
const Aws::String & GetDomainId() const
const Aws::String & GetAwsAccountId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue