7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sns/SNS_EXPORTS.h>
11#include <aws/sns/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
81 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
83 m_attributesHasBeenSet =
true;
84 m_attributes = std::forward<AttributesT>(value);
86 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
91 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
93 m_attributesHasBeenSet =
true;
94 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
102 template <
typename ResponseMetadataT = ResponseMetadata>
104 m_responseMetadataHasBeenSet =
true;
105 m_responseMetadata = std::forward<ResponseMetadataT>(value);
107 template <
typename ResponseMetadataT = ResponseMetadata>
120 bool m_attributesHasBeenSet =
false;
121 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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