7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/wellarchitected/WellArchitectedRequest.h>
11#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
12#include <aws/wellarchitected/model/AggregationConfiguration.h>
13#include <aws/wellarchitected/model/Pillar.h>
18namespace WellArchitected {
42 template <
typename ClientTokenT = Aws::String>
44 m_clientTokenHasBeenSet =
true;
45 m_clientToken = std::forward<ClientTokenT>(value);
47 template <
typename ClientTokenT = Aws::String>
60 template <
typename ProfileArnT = Aws::String>
62 m_profileArnHasBeenSet =
true;
63 m_profileArn = std::forward<ProfileArnT>(value);
65 template <
typename ProfileArnT = Aws::String>
78 template <
typename DisplayNameT = Aws::String>
80 m_displayNameHasBeenSet =
true;
81 m_displayName = std::forward<DisplayNameT>(value);
83 template <
typename DisplayNameT = Aws::String>
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
114 template <
typename ExecutionRoleArnT = Aws::String>
116 m_executionRoleArnHasBeenSet =
true;
117 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
119 template <
typename ExecutionRoleArnT = Aws::String>
132 template <
typename AggregationConfigurationT = Aws::Vector<AggregationConfiguration>>
134 m_aggregationConfigurationHasBeenSet =
true;
135 m_aggregationConfiguration = std::forward<AggregationConfigurationT>(value);
137 template <
typename AggregationConfigurationT = Aws::Vector<AggregationConfiguration>>
142 template <
typename AggregationConfigurationT = AggregationConfiguration>
144 m_aggregationConfigurationHasBeenSet =
true;
145 m_aggregationConfiguration.emplace_back(std::forward<AggregationConfigurationT>(value));
156 template <
typename BusinessOverviewT = Aws::String>
158 m_businessOverviewHasBeenSet =
true;
159 m_businessOverview = std::forward<BusinessOverviewT>(value);
161 template <
typename BusinessOverviewT = Aws::String>
174 template <
typename PillarsT = Aws::Vector<Pillar>>
176 m_pillarsHasBeenSet =
true;
177 m_pillars = std::forward<PillarsT>(value);
179 template <
typename PillarsT = Aws::Vector<Pillar>>
185 m_pillarsHasBeenSet =
true;
186 m_pillars.push_back(value);
198 m_deletionProtectionHasBeenSet =
true;
199 m_deletionProtection = value;
223 bool m_deletionProtection{
false};
224 bool m_clientTokenHasBeenSet =
true;
225 bool m_profileArnHasBeenSet =
false;
226 bool m_displayNameHasBeenSet =
false;
227 bool m_descriptionHasBeenSet =
false;
228 bool m_executionRoleArnHasBeenSet =
false;
229 bool m_aggregationConfigurationHasBeenSet =
false;
230 bool m_businessOverviewHasBeenSet =
false;
231 bool m_pillarsHasBeenSet =
false;
232 bool m_deletionProtectionHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
bool PillarsHasBeenSet() const
bool ProfileArnHasBeenSet() const
void SetDescription(DescriptionT &&value)
UpdateAgentProfileRequest & WithClientToken(ClientTokenT &&value)
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
bool DescriptionHasBeenSet() const
AWS_WELLARCHITECTED_API UpdateAgentProfileRequest()=default
bool ClientTokenHasBeenSet() const
UpdateAgentProfileRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDisplayName() const
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::String & GetProfileArn() const
const Aws::String & GetBusinessOverview() const
UpdateAgentProfileRequest & WithBusinessOverview(BusinessOverviewT &&value)
bool DisplayNameHasBeenSet() const
void SetBusinessOverview(BusinessOverviewT &&value)
void SetDisplayName(DisplayNameT &&value)
UpdateAgentProfileRequest & WithProfileArn(ProfileArnT &&value)
void SetProfileArn(ProfileArnT &&value)
void SetAggregationConfiguration(AggregationConfigurationT &&value)
UpdateAgentProfileRequest & WithAggregationConfiguration(AggregationConfigurationT &&value)
bool GetDeletionProtection() const
const Aws::String & GetDescription() const
UpdateAgentProfileRequest & AddAggregationConfiguration(AggregationConfigurationT &&value)
const Aws::Vector< Pillar > & GetPillars() const
void SetDeletionProtection(bool value)
UpdateAgentProfileRequest & WithExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::String & GetExecutionRoleArn() const
const Aws::String & GetClientToken() const
void SetClientToken(ClientTokenT &&value)
const Aws::Vector< AggregationConfiguration > & GetAggregationConfiguration() const
UpdateAgentProfileRequest & WithDeletionProtection(bool value)
void SetPillars(PillarsT &&value)
bool ExecutionRoleArnHasBeenSet() const
UpdateAgentProfileRequest & WithPillars(PillarsT &&value)
bool BusinessOverviewHasBeenSet() const
bool AggregationConfigurationHasBeenSet() const
UpdateAgentProfileRequest & AddPillars(Pillar value)
UpdateAgentProfileRequest & WithDisplayName(DisplayNameT &&value)
bool DeletionProtectionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector