7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/qconnect/model/AIPromptData.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename AiPromptT = AIPromptData>
42 void SetAiPrompt(
AiPromptT&& value) { m_aiPromptHasBeenSet =
true; m_aiPrompt = std::forward<AiPromptT>(value); }
43 template<
typename AiPromptT = AIPromptData>
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_aiPromptHasBeenSet =
false;
71 long long m_versionNumber{0};
72 bool m_versionNumberHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
GetAIPromptResult & WithVersionNumber(long long value)
AWS_QCONNECT_API GetAIPromptResult()=default
AWS_QCONNECT_API GetAIPromptResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QCONNECT_API GetAIPromptResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetAiPrompt(AiPromptT &&value)
void SetVersionNumber(long long value)
long long GetVersionNumber() const
const AIPromptData & GetAiPrompt() const
GetAIPromptResult & WithAiPrompt(AiPromptT &&value)
void SetRequestId(RequestIdT &&value)
GetAIPromptResult & WithRequestId(RequestIdT &&value)
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