7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
40 template <
typename AiAgentIdT = Aws::String>
42 m_aiAgentIdHasBeenSet =
true;
43 m_aiAgentId = std::forward<AiAgentIdT>(value);
45 template <
typename AiAgentIdT = Aws::String>
59 template <
typename AiAgentArnT = Aws::String>
61 m_aiAgentArnHasBeenSet =
true;
62 m_aiAgentArn = std::forward<AiAgentArnT>(value);
64 template <
typename AiAgentArnT = Aws::String>
74 bool m_aiAgentIdHasBeenSet =
false;
75 bool m_aiAgentArnHasBeenSet =
false;
AWS_QCONNECT_API SuggestedMessageReference()=default
void SetAiAgentArn(AiAgentArnT &&value)
const Aws::String & GetAiAgentId() const
AWS_QCONNECT_API SuggestedMessageReference(Aws::Utils::Json::JsonView jsonValue)
bool AiAgentIdHasBeenSet() const
SuggestedMessageReference & WithAiAgentId(AiAgentIdT &&value)
void SetAiAgentId(AiAgentIdT &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAiAgentArn() const
SuggestedMessageReference & WithAiAgentArn(AiAgentArnT &&value)
AWS_QCONNECT_API SuggestedMessageReference & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AiAgentArnHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue