7#include <aws/sns/SNS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/sns/model/ResponseMetadata.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
66 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
67 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
68 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
70 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
72 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
79 template<
typename ResponseMetadataT = ResponseMetadata>
80 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
81 template<
typename ResponseMetadataT = ResponseMetadata>
87 bool m_attributesHasBeenSet =
false;
90 bool m_responseMetadataHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Xml::XmlDocument XmlDocument