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;
48 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
49 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
50 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
52 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
54 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
61 template<
typename ResponseMetadataT = ResponseMetadata>
62 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
63 template<
typename ResponseMetadataT = ResponseMetadata>
69 bool m_attributesHasBeenSet =
false;
72 bool m_responseMetadataHasBeenSet =
false;
GetSMSAttributesResult & WithAttributes(AttributesT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_SNS_API GetSMSAttributesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_SNS_API GetSMSAttributesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
GetSMSAttributesResult & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
void SetAttributes(AttributesT &&value)
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
void SetResponseMetadata(ResponseMetadataT &&value)
GetSMSAttributesResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_SNS_API GetSMSAttributesResult()=default
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Xml::XmlDocument XmlDocument