7#include <aws/sns/SNS_EXPORTS.h>
8#include <aws/sns/SNSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
52 inline void SetPlatformApplicationArn(
const char* value) { m_platformApplicationArnHasBeenSet =
true; m_platformApplicationArn.assign(value); }
70 inline void SetToken(
const char* value) { m_tokenHasBeenSet =
true; m_token.assign(value); }
85 inline void SetCustomUserData(
const char* value) { m_customUserDataHasBeenSet =
true; m_customUserData.assign(value); }
114 bool m_platformApplicationArnHasBeenSet =
false;
117 bool m_tokenHasBeenSet =
false;
120 bool m_customUserDataHasBeenSet =
false;
123 bool m_attributesHasBeenSet =
false;
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