7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/qconnect/model/AIAgentData.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename AiAgentT = AIAgentData>
42 void SetAiAgent(
AiAgentT&& value) { m_aiAgentHasBeenSet =
true; m_aiAgent = std::forward<AiAgentT>(value); }
43 template<
typename AiAgentT = AIAgentData>
54 inline void SetVersionNumber(
long long value) { m_versionNumberHasBeenSet =
true; m_versionNumber = value; }
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(
RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_aiAgentHasBeenSet =
false;
71 long long m_versionNumber{0};
72 bool m_versionNumberHasBeenSet =
false;
75 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