7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
19namespace LexModelsV2 {
30 AWS_LEXMODELSV2_API
Button() =
default;
42 template <
typename TextT = Aws::String>
44 m_textHasBeenSet =
true;
45 m_text = std::forward<TextT>(value);
47 template <
typename TextT = Aws::String>
49 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