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/Pillar.h>
17namespace WellArchitected {
41 template <
typename ClientTokenT = Aws::String>
43 m_clientTokenHasBeenSet =
true;
44 m_clientToken = std::forward<ClientTokenT>(value);
46 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 IdT = Aws::String>
80 m_idHasBeenSet =
true;
81 m_id = std::forward<IdT>(value);
83 template <
typename IdT = Aws::String>
85 SetId(std::forward<IdT>(value));
97 template <
typename PillarsT = Aws::Vector<Pillar>>
99 m_pillarsHasBeenSet =
true;
100 m_pillars = std::forward<PillarsT>(value);
102 template <
typename PillarsT = Aws::Vector<Pillar>>
108 m_pillarsHasBeenSet =
true;
109 m_pillars.push_back(value);
120 template <
typename TitleT = Aws::String>
122 m_titleHasBeenSet =
true;
123 m_title = std::forward<TitleT>(value);
125 template <
typename TitleT = Aws::String>
127 SetTitle(std::forward<TitleT>(value));
138 template <
typename DescriptionT = Aws::String>
140 m_descriptionHasBeenSet =
true;
141 m_description = std::forward<DescriptionT>(value);
143 template <
typename DescriptionT = Aws::String>
161 bool m_clientTokenHasBeenSet =
true;
162 bool m_profileArnHasBeenSet =
false;
163 bool m_idHasBeenSet =
false;
164 bool m_pillarsHasBeenSet =
false;
165 bool m_titleHasBeenSet =
false;
166 bool m_descriptionHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
const Aws::String & GetProfileArn() const
bool ProfileArnHasBeenSet() const
UpdateAgentGoalRequest & WithPillars(PillarsT &&value)
void SetDescription(DescriptionT &&value)
bool PillarsHasBeenSet() const
void SetPillars(PillarsT &&value)
UpdateAgentGoalRequest & WithTitle(TitleT &&value)
UpdateAgentGoalRequest & WithId(IdT &&value)
bool ClientTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool IdHasBeenSet() const
bool TitleHasBeenSet() const
const Aws::Vector< Pillar > & GetPillars() const
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetId() const
UpdateAgentGoalRequest & WithProfileArn(ProfileArnT &&value)
const Aws::String & GetTitle() const
void SetProfileArn(ProfileArnT &&value)
const Aws::String & GetClientToken() const
UpdateAgentGoalRequest & WithDescription(DescriptionT &&value)
AWS_WELLARCHITECTED_API UpdateAgentGoalRequest()=default
void SetTitle(TitleT &&value)
UpdateAgentGoalRequest & WithClientToken(ClientTokenT &&value)
bool DescriptionHasBeenSet() const
UpdateAgentGoalRequest & AddPillars(Pillar value)
const Aws::String & GetDescription() const
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector