7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/model/AndroidPushNotificationTemplate.h>
9#include <aws/pinpoint/model/APNSPushNotificationTemplate.h>
10#include <aws/pinpoint/model/DefaultPushNotificationTemplate.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
52 inline const AndroidPushNotificationTemplate&
GetADM()
const{
return m_aDM; }
54 inline void SetADM(
const AndroidPushNotificationTemplate& value) { m_aDMHasBeenSet =
true; m_aDM = value; }
55 inline void SetADM(AndroidPushNotificationTemplate&& value) { m_aDMHasBeenSet =
true; m_aDM = std::move(value); }
80 inline const AndroidPushNotificationTemplate&
GetBaidu()
const{
return m_baidu; }
82 inline void SetBaidu(
const AndroidPushNotificationTemplate& value) { m_baiduHasBeenSet =
true; m_baidu = value; }
83 inline void SetBaidu(AndroidPushNotificationTemplate&& value) { m_baiduHasBeenSet =
true; m_baidu = std::move(value); }
113 inline void SetDefaultSubstitutions(
const char* value) { m_defaultSubstitutionsHasBeenSet =
true; m_defaultSubstitutions.assign(value); }
126 inline const AndroidPushNotificationTemplate&
GetGCM()
const{
return m_gCM; }
128 inline void SetGCM(
const AndroidPushNotificationTemplate& value) { m_gCMHasBeenSet =
true; m_gCM = value; }
129 inline void SetGCM(AndroidPushNotificationTemplate&& value) { m_gCMHasBeenSet =
true; m_gCM = std::move(value); }
146 inline void SetRecommenderId(
const char* value) { m_recommenderIdHasBeenSet =
true; m_recommenderId.assign(value); }
189 inline void SetTemplateDescription(
const char* value) { m_templateDescriptionHasBeenSet =
true; m_templateDescription.assign(value); }
196 AndroidPushNotificationTemplate m_aDM;
197 bool m_aDMHasBeenSet =
false;
200 bool m_aPNSHasBeenSet =
false;
202 AndroidPushNotificationTemplate m_baidu;
203 bool m_baiduHasBeenSet =
false;
206 bool m_defaultHasBeenSet =
false;
209 bool m_defaultSubstitutionsHasBeenSet =
false;
211 AndroidPushNotificationTemplate m_gCM;
212 bool m_gCMHasBeenSet =
false;
215 bool m_recommenderIdHasBeenSet =
false;
218 bool m_tagsHasBeenSet =
false;
221 bool m_templateDescriptionHasBeenSet =
false;
const Aws::String & GetRecommenderId() const
bool DefaultSubstitutionsHasBeenSet() const
PushNotificationTemplateRequest & WithDefault(DefaultPushNotificationTemplate &&value)
PushNotificationTemplateRequest & WithADM(const AndroidPushNotificationTemplate &value)
PushNotificationTemplateRequest & WithDefault(const DefaultPushNotificationTemplate &value)
const Aws::String & GetTemplateDescription() const
void SetADM(AndroidPushNotificationTemplate &&value)
bool GCMHasBeenSet() const
PushNotificationTemplateRequest & WithTemplateDescription(const char *value)
void SetDefaultSubstitutions(Aws::String &&value)
void SetAPNS(const APNSPushNotificationTemplate &value)
PushNotificationTemplateRequest & AddTags(const char *key, Aws::String &&value)
void SetGCM(AndroidPushNotificationTemplate &&value)
AWS_PINPOINT_API PushNotificationTemplateRequest(Aws::Utils::Json::JsonView jsonValue)
PushNotificationTemplateRequest & WithDefaultSubstitutions(const Aws::String &value)
PushNotificationTemplateRequest & AddTags(const char *key, const char *value)
void SetDefaultSubstitutions(const Aws::String &value)
PushNotificationTemplateRequest & WithRecommenderId(const char *value)
void SetRecommenderId(Aws::String &&value)
void SetTemplateDescription(Aws::String &&value)
PushNotificationTemplateRequest & WithRecommenderId(Aws::String &&value)
PushNotificationTemplateRequest & WithAPNS(const APNSPushNotificationTemplate &value)
bool APNSHasBeenSet() const
const Aws::String & GetDefaultSubstitutions() const
const AndroidPushNotificationTemplate & GetGCM() const
void SetAPNS(APNSPushNotificationTemplate &&value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
const AndroidPushNotificationTemplate & GetBaidu() const
PushNotificationTemplateRequest & WithTemplateDescription(Aws::String &&value)
bool DefaultHasBeenSet() const
void SetRecommenderId(const char *value)
void SetDefault(DefaultPushNotificationTemplate &&value)
PushNotificationTemplateRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
const AndroidPushNotificationTemplate & GetADM() const
PushNotificationTemplateRequest & AddTags(Aws::String &&key, const Aws::String &value)
bool RecommenderIdHasBeenSet() const
PushNotificationTemplateRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
PushNotificationTemplateRequest & WithBaidu(AndroidPushNotificationTemplate &&value)
PushNotificationTemplateRequest & AddTags(Aws::String &&key, Aws::String &&value)
AWS_PINPOINT_API PushNotificationTemplateRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRecommenderId(const Aws::String &value)
void SetBaidu(AndroidPushNotificationTemplate &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetTemplateDescription(const char *value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
bool TagsHasBeenSet() const
PushNotificationTemplateRequest & WithADM(AndroidPushNotificationTemplate &&value)
void SetGCM(const AndroidPushNotificationTemplate &value)
PushNotificationTemplateRequest & WithDefaultSubstitutions(const char *value)
AWS_PINPOINT_API PushNotificationTemplateRequest()
void SetDefault(const DefaultPushNotificationTemplate &value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
PushNotificationTemplateRequest & WithRecommenderId(const Aws::String &value)
bool ADMHasBeenSet() const
const DefaultPushNotificationTemplate & GetDefault() const
PushNotificationTemplateRequest & WithDefaultSubstitutions(Aws::String &&value)
PushNotificationTemplateRequest & WithTemplateDescription(const Aws::String &value)
void SetBaidu(const AndroidPushNotificationTemplate &value)
PushNotificationTemplateRequest & AddTags(const Aws::String &key, Aws::String &&value)
PushNotificationTemplateRequest & AddTags(const Aws::String &key, const Aws::String &value)
PushNotificationTemplateRequest & WithGCM(AndroidPushNotificationTemplate &&value)
const APNSPushNotificationTemplate & GetAPNS() const
void SetADM(const AndroidPushNotificationTemplate &value)
void SetDefaultSubstitutions(const char *value)
PushNotificationTemplateRequest & WithGCM(const AndroidPushNotificationTemplate &value)
void SetTemplateDescription(const Aws::String &value)
bool BaiduHasBeenSet() const
bool TemplateDescriptionHasBeenSet() const
PushNotificationTemplateRequest & WithAPNS(APNSPushNotificationTemplate &&value)
PushNotificationTemplateRequest & AddTags(Aws::String &&key, const char *value)
PushNotificationTemplateRequest & WithBaidu(const AndroidPushNotificationTemplate &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