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>
14#include <aws/wellarchitected/model/Tag.h>
19namespace WellArchitected {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename DisplayNameT = Aws::String>
62 m_displayNameHasBeenSet =
true;
63 m_displayName = std::forward<DisplayNameT>(value);
65 template <
typename DisplayNameT = Aws::String>
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
96 template <
typename BusinessOverviewT = Aws::String>
98 m_businessOverviewHasBeenSet =
true;
99 m_businessOverview = std::forward<BusinessOverviewT>(value);
101 template <
typename BusinessOverviewT = Aws::String>
115 template <
typename PillarsT = Aws::Vector<Pillar>>
117 m_pillarsHasBeenSet =
true;
118 m_pillars = std::forward<PillarsT>(value);
120 template <
typename PillarsT = Aws::Vector<Pillar>>
126 m_pillarsHasBeenSet =
true;
127 m_pillars.push_back(value);
139 m_deletionProtectionHasBeenSet =
true;
140 m_deletionProtection = value;
154 template <
typename ExecutionRoleArnT = Aws::String>
156 m_executionRoleArnHasBeenSet =
true;
157 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
159 template <
typename ExecutionRoleArnT = Aws::String>
173 template <
typename AggregationConfigurationT = Aws::Vector<AggregationConfiguration>>
175 m_aggregationConfigurationHasBeenSet =
true;
176 m_aggregationConfiguration = std::forward<AggregationConfigurationT>(value);
178 template <
typename AggregationConfigurationT = Aws::Vector<AggregationConfiguration>>
183 template <
typename AggregationConfigurationT = AggregationConfiguration>
185 m_aggregationConfigurationHasBeenSet =
true;
186 m_aggregationConfiguration.emplace_back(std::forward<AggregationConfigurationT>(value));
198 template <
typename ClientTokenT = Aws::String>
200 m_clientTokenHasBeenSet =
true;
201 m_clientToken = std::forward<ClientTokenT>(value);
203 template <
typename ClientTokenT = Aws::String>
216 template <
typename TagsT = Aws::Vector<Tag>>
218 m_tagsHasBeenSet =
true;
219 m_tags = std::forward<TagsT>(value);
221 template <
typename TagsT = Aws::Vector<Tag>>
223 SetTags(std::forward<TagsT>(value));
226 template <
typename TagsT = Tag>
228 m_tagsHasBeenSet =
true;
229 m_tags.emplace_back(std::forward<TagsT>(value));
244 bool m_deletionProtection{
false};
253 bool m_nameHasBeenSet =
false;
254 bool m_displayNameHasBeenSet =
false;
255 bool m_descriptionHasBeenSet =
false;
256 bool m_businessOverviewHasBeenSet =
false;
257 bool m_pillarsHasBeenSet =
false;
258 bool m_deletionProtectionHasBeenSet =
false;
259 bool m_executionRoleArnHasBeenSet =
false;
260 bool m_aggregationConfigurationHasBeenSet =
false;
261 bool m_clientTokenHasBeenSet =
true;
262 bool m_tagsHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
const Aws::String & GetBusinessOverview() const
CreateAgentProfileRequest & WithDisplayName(DisplayNameT &&value)
void SetBusinessOverview(BusinessOverviewT &&value)
bool NameHasBeenSet() const
bool DisplayNameHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
bool GetDeletionProtection() const
CreateAgentProfileRequest & WithExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::String & GetDescription() const
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
CreateAgentProfileRequest & AddPillars(Pillar value)
bool AggregationConfigurationHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::String & GetDisplayName() const
CreateAgentProfileRequest & AddTags(TagsT &&value)
void SetAggregationConfiguration(AggregationConfigurationT &&value)
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
CreateAgentProfileRequest & WithDescription(DescriptionT &&value)
void SetPillars(PillarsT &&value)
bool DescriptionHasBeenSet() const
CreateAgentProfileRequest & WithClientToken(ClientTokenT &&value)
bool ExecutionRoleArnHasBeenSet() const
CreateAgentProfileRequest & AddAggregationConfiguration(AggregationConfigurationT &&value)
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
bool ClientTokenHasBeenSet() const
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
AWS_WELLARCHITECTED_API CreateAgentProfileRequest()=default
void SetName(NameT &&value)
CreateAgentProfileRequest & WithBusinessOverview(BusinessOverviewT &&value)
const Aws::Vector< Pillar > & GetPillars() const
CreateAgentProfileRequest & WithTags(TagsT &&value)
void SetDisplayName(DisplayNameT &&value)
bool PillarsHasBeenSet() const
const Aws::String & GetExecutionRoleArn() const
void SetDeletionProtection(bool value)
CreateAgentProfileRequest & WithDeletionProtection(bool value)
const Aws::String & GetClientToken() const
CreateAgentProfileRequest & WithAggregationConfiguration(AggregationConfigurationT &&value)
CreateAgentProfileRequest & WithName(NameT &&value)
bool BusinessOverviewHasBeenSet() const
const Aws::String & GetName() const
CreateAgentProfileRequest & WithPillars(PillarsT &&value)
const Aws::Vector< AggregationConfiguration > & GetAggregationConfiguration() const
bool DeletionProtectionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector