7#include <aws/sqs/SQS_EXPORTS.h>
8#include <aws/sqs/SQSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/sqs/model/QueueAttributeName.h>
51 inline void SetQueueUrl(
const char* value) { m_queueUrlHasBeenSet =
true; m_queueUrl.assign(value); }
212 bool m_queueUrlHasBeenSet =
false;
215 bool m_attributesHasBeenSet =
false;
const Aws::Map< QueueAttributeName, Aws::String > & GetAttributes() const
SetQueueAttributesRequest & WithQueueUrl(const Aws::String &value)
const Aws::String & GetQueueUrl() const
AWS_SQS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
SetQueueAttributesRequest & WithQueueUrl(const char *value)
void SetAttributes(Aws::Map< QueueAttributeName, Aws::String > &&value)
SetQueueAttributesRequest & AddAttributes(const QueueAttributeName &key, Aws::String &&value)
void SetAttributes(const Aws::Map< QueueAttributeName, Aws::String > &value)
AWS_SQS_API SetQueueAttributesRequest()
void SetQueueUrl(Aws::String &&value)
SetQueueAttributesRequest & AddAttributes(QueueAttributeName &&key, const char *value)
SetQueueAttributesRequest & AddAttributes(const QueueAttributeName &key, const Aws::String &value)
SetQueueAttributesRequest & WithQueueUrl(Aws::String &&value)
bool AttributesHasBeenSet() const
SetQueueAttributesRequest & WithAttributes(Aws::Map< QueueAttributeName, Aws::String > &&value)
void SetQueueUrl(const Aws::String &value)
SetQueueAttributesRequest & AddAttributes(QueueAttributeName &&key, const Aws::String &value)
SetQueueAttributesRequest & AddAttributes(const QueueAttributeName &key, const char *value)
void SetQueueUrl(const char *value)
AWS_SQS_API Aws::String SerializePayload() const override
bool QueueUrlHasBeenSet() const
SetQueueAttributesRequest & AddAttributes(QueueAttributeName &&key, Aws::String &&value)
virtual const char * GetServiceRequestName() const override
SetQueueAttributesRequest & WithAttributes(const Aws::Map< QueueAttributeName, Aws::String > &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
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