7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
9#include <aws/qconnect/model/AIAgentData.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename AiAgentT = AIAgentData>
37 m_aiAgentHasBeenSet =
true;
38 m_aiAgent = std::forward<AiAgentT>(value);
40 template <
typename AiAgentT = AIAgentData>
55 m_versionNumberHasBeenSet =
true;
56 m_versionNumber = value;
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
81 long long m_versionNumber{0};
84 bool m_aiAgentHasBeenSet =
false;
85 bool m_versionNumberHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
AWS_QCONNECT_API GetAIAgentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QCONNECT_API GetAIAgentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetVersionNumber(long long value)
AWS_QCONNECT_API GetAIAgentResult()=default
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetAiAgent(AiAgentT &&value)
GetAIAgentResult & WithVersionNumber(long long value)
GetAIAgentResult & WithAiAgent(AiAgentT &&value)
GetAIAgentResult & WithRequestId(RequestIdT &&value)
const AIAgentData & GetAiAgent() const
long long GetVersionNumber() 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