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>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
65 template<
typename PlatformT = Aws::String>
66 void SetPlatform(PlatformT&& value) { m_platformHasBeenSet =
true; m_platform = std::forward<PlatformT>(value); }
67 template<
typename PlatformT = Aws::String>
79 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
80 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
81 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
83 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
85 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
91 bool m_nameHasBeenSet =
false;
94 bool m_platformHasBeenSet =
false;
97 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