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>
12#include <aws/wellarchitected/model/ContextType.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 TitleT = Aws::String>
80 m_titleHasBeenSet =
true;
81 m_title = std::forward<TitleT>(value);
83 template <
typename TitleT = Aws::String>
85 SetTitle(std::forward<TitleT>(value));
97 m_contextTypeHasBeenSet =
true;
98 m_contextType = value;
113 template <
typename ContentT = ContextContent>
115 m_contentHasBeenSet =
true;
116 m_content = std::forward<ContentT>(value);
118 template <
typename ContentT = ContextContent>
133 ContextContent m_content;
134 bool m_clientTokenHasBeenSet =
true;
135 bool m_profileArnHasBeenSet =
false;
136 bool m_titleHasBeenSet =
false;
137 bool m_contextTypeHasBeenSet =
false;
138 bool m_contentHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
CreateAgentContextRequest & WithProfileArn(ProfileArnT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetProfileArn() const
bool ProfileArnHasBeenSet() const
AWS_WELLARCHITECTED_API CreateAgentContextRequest()=default
CreateAgentContextRequest & WithContent(ContentT &&value)
void SetProfileArn(ProfileArnT &&value)
const ContextContent & GetContent() const
void SetContextType(ContextType value)
bool ContentHasBeenSet() const
ContextType GetContextType() const
bool ClientTokenHasBeenSet() const
CreateAgentContextRequest & WithTitle(TitleT &&value)
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
CreateAgentContextRequest & WithClientToken(ClientTokenT &&value)
void SetTitle(TitleT &&value)
bool TitleHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
CreateAgentContextRequest & WithContextType(ContextType value)
const Aws::String & GetTitle() const
bool ContextTypeHasBeenSet() const
void SetContent(ContentT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String