7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lex/LexRuntimeService_EXPORTS.h>
19namespace LexRuntimeService {
30 AWS_LEXRUNTIMESERVICE_API
Button() =
default;
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));
61 template <
typename ValueT = Aws::String>
63 m_valueHasBeenSet =
true;
64 m_value = std::forward<ValueT>(value);
66 template <
typename ValueT = Aws::String>
68 SetValue(std::forward<ValueT>(value));
76 bool m_textHasBeenSet =
false;
77 bool m_valueHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue