AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
SuggestedMessageReference.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QConnect {
20namespace Model {
21
28 public:
29 AWS_QCONNECT_API SuggestedMessageReference() = default;
32 AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::String& GetAiAgentId() const { return m_aiAgentId; }
39 inline bool AiAgentIdHasBeenSet() const { return m_aiAgentIdHasBeenSet; }
40 template <typename AiAgentIdT = Aws::String>
41 void SetAiAgentId(AiAgentIdT&& value) {
42 m_aiAgentIdHasBeenSet = true;
43 m_aiAgentId = std::forward<AiAgentIdT>(value);
44 }
45 template <typename AiAgentIdT = Aws::String>
47 SetAiAgentId(std::forward<AiAgentIdT>(value));
48 return *this;
49 }
51
53
57 inline const Aws::String& GetAiAgentArn() const { return m_aiAgentArn; }
58 inline bool AiAgentArnHasBeenSet() const { return m_aiAgentArnHasBeenSet; }
59 template <typename AiAgentArnT = Aws::String>
60 void SetAiAgentArn(AiAgentArnT&& value) {
61 m_aiAgentArnHasBeenSet = true;
62 m_aiAgentArn = std::forward<AiAgentArnT>(value);
63 }
64 template <typename AiAgentArnT = Aws::String>
66 SetAiAgentArn(std::forward<AiAgentArnT>(value));
67 return *this;
68 }
70 private:
71 Aws::String m_aiAgentId;
72
73 Aws::String m_aiAgentArn;
74 bool m_aiAgentIdHasBeenSet = false;
75 bool m_aiAgentArnHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace QConnect
80} // namespace Aws
AWS_QCONNECT_API SuggestedMessageReference()=default
AWS_QCONNECT_API SuggestedMessageReference(Aws::Utils::Json::JsonView jsonValue)
SuggestedMessageReference & WithAiAgentId(AiAgentIdT &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
SuggestedMessageReference & WithAiAgentArn(AiAgentArnT &&value)
AWS_QCONNECT_API SuggestedMessageReference & operator=(Aws::Utils::Json::JsonView jsonValue)
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