7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/WellArchitectedRequest.h>
10#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
11#include <aws/wellarchitected/model/ContextContent.h>
16namespace WellArchitected {
40 template <
typename ClientTokenT = Aws::String>
42 m_clientTokenHasBeenSet =
true;
43 m_clientToken = std::forward<ClientTokenT>(value);
45 template <
typename ClientTokenT = Aws::String>
58 template <
typename ProfileArnT = Aws::String>
60 m_profileArnHasBeenSet =
true;
61 m_profileArn = std::forward<ProfileArnT>(value);
63 template <
typename ProfileArnT = Aws::String>
76 template <
typename IdT = Aws::String>
78 m_idHasBeenSet =
true;
79 m_id = std::forward<IdT>(value);
81 template <
typename IdT = Aws::String>
83 SetId(std::forward<IdT>(value));
94 template <
typename TitleT = Aws::String>
96 m_titleHasBeenSet =
true;
97 m_title = std::forward<TitleT>(value);
99 template <
typename TitleT = Aws::String>
101 SetTitle(std::forward<TitleT>(value));
114 template <
typename ContentT = ContextContent>
116 m_contentHasBeenSet =
true;
117 m_content = std::forward<ContentT>(value);
119 template <
typename ContentT = ContextContent>
134 ContextContent m_content;
135 bool m_clientTokenHasBeenSet =
true;
136 bool m_profileArnHasBeenSet =
false;
137 bool m_idHasBeenSet =
false;
138 bool m_titleHasBeenSet =
false;
139 bool m_contentHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
const Aws::String & GetId() const
AWS_WELLARCHITECTED_API UpdateAgentContextRequest()=default
const Aws::String & GetTitle() const
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
const Aws::String & GetProfileArn() const
void SetProfileArn(ProfileArnT &&value)
UpdateAgentContextRequest & WithTitle(TitleT &&value)
bool ContentHasBeenSet() const
bool ProfileArnHasBeenSet() const
const Aws::String & GetClientToken() const
UpdateAgentContextRequest & WithClientToken(ClientTokenT &&value)
const ContextContent & GetContent() const
virtual const char * GetServiceRequestName() const override
void SetContent(ContentT &&value)
void SetTitle(TitleT &&value)
UpdateAgentContextRequest & WithId(IdT &&value)
bool ClientTokenHasBeenSet() const
bool IdHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
UpdateAgentContextRequest & WithProfileArn(ProfileArnT &&value)
bool TitleHasBeenSet() const
UpdateAgentContextRequest & WithContent(ContentT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String