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