7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sns/SNS_EXPORTS.h>
43 template <
typename PlatformApplicationArnT = Aws::String>
45 m_platformApplicationArnHasBeenSet =
true;
46 m_platformApplicationArn = std::forward<PlatformApplicationArnT>(value);
48 template <
typename PlatformApplicationArnT = Aws::String>
61 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
63 m_attributesHasBeenSet =
true;
64 m_attributes = std::forward<AttributesT>(value);
66 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
71 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
73 m_attributesHasBeenSet =
true;
74 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
82 bool m_platformApplicationArnHasBeenSet =
false;
83 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
std::basic_ostream< char, std::char_traits< char > > OStream