7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sns/SNSRequest.h>
10#include <aws/sns/SNS_EXPORTS.h>
47 template <
typename NameT = Aws::String>
49 m_nameHasBeenSet =
true;
50 m_name = std::forward<NameT>(value);
52 template <
typename NameT = Aws::String>
54 SetName(std::forward<NameT>(value));
67 template <
typename PlatformT = Aws::String>
69 m_platformHasBeenSet =
true;
70 m_platform = std::forward<PlatformT>(value);
72 template <
typename PlatformT = Aws::String>
87 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
89 m_attributesHasBeenSet =
true;
90 m_attributes = std::forward<AttributesT>(value);
92 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
97 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
99 m_attributesHasBeenSet =
true;
100 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
110 bool m_nameHasBeenSet =
false;
111 bool m_platformHasBeenSet =
false;
112 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