7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
40 template <
typename TextT = Aws::String>
42 m_textHasBeenSet =
true;
43 m_text = std::forward<TextT>(value);
45 template <
typename TextT = Aws::String>
47 SetText(std::forward<TextT>(value));
53 bool m_textHasBeenSet =
false;
AWS_QCONNECT_API QueryTextInputData()=default
bool TextHasBeenSet() const
void SetText(TextT &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetText() const
QueryTextInputData & WithText(TextT &&value)
AWS_QCONNECT_API QueryTextInputData & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QCONNECT_API QueryTextInputData(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