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>
50 template<
typename PlatformApplicationArnT = Aws::String>
51 void SetPlatformApplicationArn(PlatformApplicationArnT&& value) { m_platformApplicationArnHasBeenSet =
true; m_platformApplicationArn = std::forward<PlatformApplicationArnT>(value); }
52 template<
typename PlatformApplicationArnT = Aws::String>
66 template<
typename TokenT = Aws::String>
67 void SetToken(TokenT&& value) { m_tokenHasBeenSet =
true; m_token = std::forward<TokenT>(value); }
68 template<
typename TokenT = Aws::String>
79 template<
typename CustomUserDataT = Aws::String>
80 void SetCustomUserData(CustomUserDataT&& value) { m_customUserDataHasBeenSet =
true; m_customUserData = std::forward<CustomUserDataT>(value); }
81 template<
typename CustomUserDataT = Aws::String>
93 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
94 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
95 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
97 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
99 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
105 bool m_platformApplicationArnHasBeenSet =
false;
108 bool m_tokenHasBeenSet =
false;
111 bool m_customUserDataHasBeenSet =
false;
114 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