7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/model/Alignment.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename BodyT = Aws::String>
58 void SetBody(BodyT&& value) { m_bodyHasBeenSet =
true; m_body = std::forward<BodyT>(value); }
59 template<
typename BodyT = Aws::String>
69 template<
typename TextColorT = Aws::String>
70 void SetTextColor(TextColorT&& value) { m_textColorHasBeenSet =
true; m_textColor = std::forward<TextColorT>(value); }
71 template<
typename TextColorT = Aws::String>
77 bool m_alignmentHasBeenSet =
false;
80 bool m_bodyHasBeenSet =
false;
83 bool m_textColorHasBeenSet =
false;
bool TextColorHasBeenSet() const
AWS_PINPOINT_API InAppMessageBodyConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAlignment(Alignment value)
void SetBody(BodyT &&value)
AWS_PINPOINT_API InAppMessageBodyConfig(Aws::Utils::Json::JsonView jsonValue)
bool BodyHasBeenSet() const
bool AlignmentHasBeenSet() const
const Aws::String & GetBody() const
void SetTextColor(TextColorT &&value)
const Aws::String & GetTextColor() const
AWS_PINPOINT_API InAppMessageBodyConfig()=default
InAppMessageBodyConfig & WithAlignment(Alignment value)
InAppMessageBodyConfig & WithBody(BodyT &&value)
InAppMessageBodyConfig & WithTextColor(TextColorT &&value)
Alignment GetAlignment() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue