7#include <aws/sns/SNS_EXPORTS.h>
8#include <aws/sns/SNSRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename AttributesT = Aws::Vector<Aws::String>>
55 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
56 template<
typename AttributesT = Aws::Vector<Aws::String>>
58 template<
typename AttributesT = Aws::String>
64 bool m_attributesHasBeenSet =
false;
GetSMSAttributesRequest & WithAttributes(AttributesT &&value)
bool AttributesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
GetSMSAttributesRequest & AddAttributes(AttributesT &&value)
AWS_SNS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetAttributes(AttributesT &&value)
const Aws::Vector< Aws::String > & GetAttributes() const
AWS_SNS_API Aws::String SerializePayload() const override
AWS_SNS_API GetSMSAttributesRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector