7#include <aws/sns/SNS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
49 template<
typename PlatformApplicationArnT = Aws::String>
50 void SetPlatformApplicationArn(PlatformApplicationArnT&& value) { m_platformApplicationArnHasBeenSet =
true; m_platformApplicationArn = std::forward<PlatformApplicationArnT>(value); }
51 template<
typename PlatformApplicationArnT = Aws::String>
61 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
62 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
63 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
65 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
67 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
73 bool m_platformApplicationArnHasBeenSet =
false;
76 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