7#include <aws/sns/SNS_EXPORTS.h>
8#include <aws/sns/SNSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
50 template<
typename Endpo
intArnT = Aws::String>
51 void SetEndpointArn(EndpointArnT&& value) { m_endpointArnHasBeenSet =
true; m_endpointArn = std::forward<EndpointArnT>(value); }
52 template<
typename Endpo
intArnT = Aws::String>
72 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
73 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
74 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
76 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
78 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
84 bool m_endpointArnHasBeenSet =
false;
87 bool m_attributesHasBeenSet =
false;
AWS_SNS_API SetEndpointAttributesRequest()=default
const Aws::String & GetEndpointArn() const
bool EndpointArnHasBeenSet() const
void SetEndpointArn(EndpointArnT &&value)
SetEndpointAttributesRequest & WithEndpointArn(EndpointArnT &&value)
bool AttributesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_SNS_API Aws::String SerializePayload() const override
AWS_SNS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetAttributes(AttributesT &&value)
SetEndpointAttributesRequest & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
SetEndpointAttributesRequest & WithAttributes(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