7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pinpoint/model/ButtonAction.h>
49 inline void SetBackgroundColor(
const char* value) { m_backgroundColorHasBeenSet =
true; m_backgroundColor.assign(value); }
61 inline void SetBorderRadius(
int value) { m_borderRadiusHasBeenSet =
true; m_borderRadius = value; }
85 inline void SetLink(
const char* value) { m_linkHasBeenSet =
true; m_link.assign(value); }
99 inline void SetText(
const char* value) { m_textHasBeenSet =
true; m_text.assign(value); }
113 inline void SetTextColor(
const char* value) { m_textColorHasBeenSet =
true; m_textColor.assign(value); }
121 bool m_backgroundColorHasBeenSet =
false;
124 bool m_borderRadiusHasBeenSet =
false;
127 bool m_buttonActionHasBeenSet =
false;
130 bool m_linkHasBeenSet =
false;
133 bool m_textHasBeenSet =
false;
136 bool m_textColorHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue