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;
86 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
87 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
88 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
90 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
92 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
99 template<
typename ResponseMetadataT = ResponseMetadata>
100 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
101 template<
typename ResponseMetadataT = ResponseMetadata>
107 bool m_attributesHasBeenSet =
false;
110 bool m_responseMetadataHasBeenSet =
false;
GetSubscriptionAttributesResult & WithAttributes(AttributesT &&value)
AWS_SNS_API GetSubscriptionAttributesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ResponseMetadata & GetResponseMetadata() const
AWS_SNS_API GetSubscriptionAttributesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(ResponseMetadataT &&value)
void SetAttributes(AttributesT &&value)
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
GetSubscriptionAttributesResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_SNS_API GetSubscriptionAttributesResult()=default
GetSubscriptionAttributesResult & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Xml::XmlDocument XmlDocument