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>
90 template<
typename DescriptionT = Aws::String>
91 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
92 template<
typename DescriptionT = Aws::String>
102 template<
typename DomainIdT = Aws::String>
103 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
104 template<
typename DomainIdT = Aws::String>
114 template<
typename EnvironmentBluepr
intIdT = Aws::String>
115 void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT&& value) { m_environmentBlueprintIdHasBeenSet =
true; m_environmentBlueprintId = std::forward<EnvironmentBlueprintIdT>(value); }
116 template<
typename EnvironmentBluepr
intIdT = Aws::String>
125 template<
typename IdT = Aws::String>
126 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
127 template<
typename IdT = Aws::String>
137 template<
typename NameT = Aws::String>
138 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
139 template<
typename NameT = Aws::String>
149 template<
typename ProjectIdT = Aws::String>
150 void SetProjectId(ProjectIdT&& value) { m_projectIdHasBeenSet =
true; m_projectId = std::forward<ProjectIdT>(value); }
151 template<
typename ProjectIdT = Aws::String>
160 template<
typename UpdatedAtT = Aws::Utils::DateTime>
161 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
162 template<
typename UpdatedAtT = Aws::Utils::DateTime>
172 template<
typename UserParametersT = Aws::Vector<CustomParameter>>
173 void SetUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet =
true; m_userParameters = std::forward<UserParametersT>(value); }
174 template<
typename UserParametersT = Aws::Vector<CustomParameter>>
176 template<
typename UserParametersT = CustomParameter>
183 template<
typename RequestIdT = Aws::String>
184 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
185 template<
typename RequestIdT = Aws::String>
191 bool m_awsAccountIdHasBeenSet =
false;
194 bool m_awsAccountRegionHasBeenSet =
false;
197 bool m_createdAtHasBeenSet =
false;
200 bool m_createdByHasBeenSet =
false;
203 bool m_descriptionHasBeenSet =
false;
206 bool m_domainIdHasBeenSet =
false;
209 bool m_environmentBlueprintIdHasBeenSet =
false;
212 bool m_idHasBeenSet =
false;
215 bool m_nameHasBeenSet =
false;
218 bool m_projectIdHasBeenSet =
false;
221 bool m_updatedAtHasBeenSet =
false;
224 bool m_userParametersHasBeenSet =
false;
227 bool m_requestIdHasBeenSet =
false;
AWS_DATAZONE_API UpdateEnvironmentProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATAZONE_API UpdateEnvironmentProfileResult()=default
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetAwsAccountRegion() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetName(NameT &&value)
UpdateEnvironmentProfileResult & WithCreatedBy(CreatedByT &&value)
AWS_DATAZONE_API UpdateEnvironmentProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetProjectId() const
UpdateEnvironmentProfileResult & WithCreatedAt(CreatedAtT &&value)
UpdateEnvironmentProfileResult & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
UpdateEnvironmentProfileResult & WithProjectId(ProjectIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetDomainId(DomainIdT &&value)
const Aws::String & GetDescription() const
UpdateEnvironmentProfileResult & WithId(IdT &&value)
UpdateEnvironmentProfileResult & WithAwsAccountRegion(AwsAccountRegionT &&value)
UpdateEnvironmentProfileResult & WithUserParameters(UserParametersT &&value)
void SetRequestId(RequestIdT &&value)
UpdateEnvironmentProfileResult & WithDomainId(DomainIdT &&value)
const Aws::String & GetName() const
void SetCreatedBy(CreatedByT &&value)
UpdateEnvironmentProfileResult & WithDescription(DescriptionT &&value)
const Aws::String & GetAwsAccountId() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetUserParameters(UserParametersT &&value)
const Aws::String & GetEnvironmentBlueprintId() const
const Aws::String & GetCreatedBy() const
const Aws::Vector< CustomParameter > & GetUserParameters() const
void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetDomainId() const
UpdateEnvironmentProfileResult & AddUserParameters(UserParametersT &&value)
const Aws::String & GetId() const
void SetAwsAccountRegion(AwsAccountRegionT &&value)
UpdateEnvironmentProfileResult & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetRequestId() const
UpdateEnvironmentProfileResult & WithEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
UpdateEnvironmentProfileResult & WithUpdatedAt(UpdatedAtT &&value)
UpdateEnvironmentProfileResult & WithRequestId(RequestIdT &&value)
void SetProjectId(ProjectIdT &&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