7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/pinpoint/Pinpoint_EXPORTS.h>
44 template <
typename BodyOverr
ideT = Aws::String>
46 m_bodyOverrideHasBeenSet =
true;
47 m_bodyOverride = std::forward<BodyOverrideT>(value);
49 template <
typename BodyOverr
ideT = Aws::String>
65 template <
typename ContextT = Aws::Map<Aws::String, Aws::String>>
67 m_contextHasBeenSet =
true;
68 m_context = std::forward<ContextT>(value);
70 template <
typename ContextT = Aws::Map<Aws::String, Aws::String>>
75 template <
typename ContextKeyT = Aws::String,
typename ContextValueT = Aws::String>
77 m_contextHasBeenSet =
true;
78 m_context.emplace(std::forward<ContextKeyT>(key), std::forward<ContextValueT>(value));
90 template <
typename RawContentT = Aws::String>
92 m_rawContentHasBeenSet =
true;
93 m_rawContent = std::forward<RawContentT>(value);
95 template <
typename RawContentT = Aws::String>
110 template <
typename SubstitutionsT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
112 m_substitutionsHasBeenSet =
true;
113 m_substitutions = std::forward<SubstitutionsT>(value);
115 template <
typename SubstitutionsT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
120 template <
typename SubstitutionsKeyT = Aws::String,
typename SubstitutionsValueT = Aws::Vector<Aws::String>>
122 m_substitutionsHasBeenSet =
true;
123 m_substitutions.emplace(std::forward<SubstitutionsKeyT>(key), std::forward<SubstitutionsValueT>(value));
135 template <
typename TitleOverr
ideT = Aws::String>
137 m_titleOverrideHasBeenSet =
true;
138 m_titleOverride = std::forward<TitleOverrideT>(value);
140 template <
typename TitleOverr
ideT = Aws::String>
156 bool m_bodyOverrideHasBeenSet =
false;
157 bool m_contextHasBeenSet =
false;
158 bool m_rawContentHasBeenSet =
false;
159 bool m_substitutionsHasBeenSet =
false;
160 bool m_titleOverrideHasBeenSet =
false;
EndpointSendConfiguration & WithBodyOverride(BodyOverrideT &&value)
AWS_PINPOINT_API EndpointSendConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BodyOverrideHasBeenSet() const
const Aws::String & GetTitleOverride() const
const Aws::Map< Aws::String, Aws::String > & GetContext() const
const Aws::String & GetBodyOverride() const
EndpointSendConfiguration & AddSubstitutions(SubstitutionsKeyT &&key, SubstitutionsValueT &&value)
EndpointSendConfiguration & WithSubstitutions(SubstitutionsT &&value)
EndpointSendConfiguration & WithRawContent(RawContentT &&value)
bool RawContentHasBeenSet() const
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PINPOINT_API EndpointSendConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::Vector< Aws::String > > & GetSubstitutions() const
bool ContextHasBeenSet() const
void SetTitleOverride(TitleOverrideT &&value)
EndpointSendConfiguration & AddContext(ContextKeyT &&key, ContextValueT &&value)
EndpointSendConfiguration & WithTitleOverride(TitleOverrideT &&value)
void SetRawContent(RawContentT &&value)
void SetBodyOverride(BodyOverrideT &&value)
void SetSubstitutions(SubstitutionsT &&value)
void SetContext(ContextT &&value)
bool TitleOverrideHasBeenSet() const
AWS_PINPOINT_API EndpointSendConfiguration()=default
const Aws::String & GetRawContent() const
bool SubstitutionsHasBeenSet() const
EndpointSendConfiguration & WithContext(ContextT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue