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>
59 template <
typename ProfileArnT = Aws::String>
61 m_profileArnHasBeenSet =
true;
62 m_profileArn = std::forward<ProfileArnT>(value);
64 template <
typename ProfileArnT = Aws::String>
77 template <
typename PillarsT = Aws::Vector<Pillar>>
79 m_pillarsHasBeenSet =
true;
80 m_pillars = std::forward<PillarsT>(value);
82 template <
typename PillarsT = Aws::Vector<Pillar>>
88 m_pillarsHasBeenSet =
true;
89 m_pillars.push_back(value);
100 template <
typename TitleT = Aws::String>
102 m_titleHasBeenSet =
true;
103 m_title = std::forward<TitleT>(value);
105 template <
typename TitleT = Aws::String>
107 SetTitle(std::forward<TitleT>(value));
118 template <
typename DescriptionT = Aws::String>
120 m_descriptionHasBeenSet =
true;
121 m_description = std::forward<DescriptionT>(value);
123 template <
typename DescriptionT = Aws::String>
139 bool m_clientTokenHasBeenSet =
true;
140 bool m_profileArnHasBeenSet =
false;
141 bool m_pillarsHasBeenSet =
false;
142 bool m_titleHasBeenSet =
false;
143 bool m_descriptionHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
bool ProfileArnHasBeenSet() const
CreateAgentGoalRequest & WithProfileArn(ProfileArnT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
CreateAgentGoalRequest & WithPillars(PillarsT &&value)
const Aws::String & GetDescription() const
bool ClientTokenHasBeenSet() const
bool PillarsHasBeenSet() const
const Aws::String & GetTitle() const
CreateAgentGoalRequest & WithTitle(TitleT &&value)
const Aws::Vector< Pillar > & GetPillars() const
CreateAgentGoalRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetClientToken() const
void SetPillars(PillarsT &&value)
AWS_WELLARCHITECTED_API CreateAgentGoalRequest()=default
const Aws::String & GetProfileArn() const
CreateAgentGoalRequest & WithClientToken(ClientTokenT &&value)
void SetProfileArn(ProfileArnT &&value)
virtual const char * GetServiceRequestName() const override
void SetClientToken(ClientTokenT &&value)
CreateAgentGoalRequest & AddPillars(Pillar value)
bool TitleHasBeenSet() const
void SetTitle(TitleT &&value)
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