7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename TextT = Aws::String>
47 void SetText(
TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
48 template<
typename TextT = Aws::String>
54 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