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>
65 bool m_attributesHasBeenSet =
false;
GetSMSAttributesRequest & AddAttributes(const char *value)
bool AttributesHasBeenSet() const
GetSMSAttributesRequest & AddAttributes(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
GetSMSAttributesRequest & AddAttributes(Aws::String &&value)
AWS_SNS_API GetSMSAttributesRequest()
GetSMSAttributesRequest & WithAttributes(Aws::Vector< Aws::String > &&value)
AWS_SNS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
GetSMSAttributesRequest & WithAttributes(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetAttributes() const
void SetAttributes(Aws::Vector< Aws::String > &&value)
void SetAttributes(const Aws::Vector< Aws::String > &value)
AWS_SNS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector