7#include <aws/sns/SNS_EXPORTS.h>
8#include <aws/sns/SNSRequest.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
98 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
99 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
100 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
102 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
104 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
110 bool m_attributesHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
SetSMSAttributesRequest & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
AWS_SNS_API Aws::String SerializePayload() const override
AWS_SNS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool AttributesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_SNS_API SetSMSAttributesRequest()=default
SetSMSAttributesRequest & WithAttributes(AttributesT &&value)
void SetAttributes(AttributesT &&value)
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