7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename BackgroundT = Aws::String>
43 m_backgroundHasBeenSet =
true;
44 m_background = std::forward<BackgroundT>(value);
46 template <
typename BackgroundT = Aws::String>
59 template <
typename TextT = Aws::String>
61 m_textHasBeenSet =
true;
62 m_text = std::forward<TextT>(value);
64 template <
typename TextT = Aws::String>
66 SetText(std::forward<TextT>(value));
77 template <
typename TextHoverT = Aws::String>
79 m_textHoverHasBeenSet =
true;
80 m_textHover = std::forward<TextHoverT>(value);
82 template <
typename TextHoverT = Aws::String>
96 m_invertActionsColorsHasBeenSet =
true;
97 m_invertActionsColors = value;
111 bool m_invertActionsColors{
false};
112 bool m_backgroundHasBeenSet =
false;
113 bool m_textHasBeenSet =
false;
114 bool m_textHoverHasBeenSet =
false;
115 bool m_invertActionsColorsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue