7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sqs/SQSRequest.h>
10#include <aws/sqs/SQS_EXPORTS.h>
11#include <aws/sqs/model/QueueAttributeName.h>
45 template <
typename QueueUrlT = Aws::String>
47 m_queueUrlHasBeenSet =
true;
48 m_queueUrl = std::forward<QueueUrlT>(value);
50 template <
typename QueueUrlT = Aws::String>
198 template <
typename AttributesT = Aws::Map<QueueAttributeName, Aws::String>>
200 m_attributesHasBeenSet =
true;
201 m_attributes = std::forward<AttributesT>(value);
203 template <
typename AttributesT = Aws::Map<QueueAttributeName, Aws::String>>
209 m_attributesHasBeenSet =
true;
210 m_attributes.emplace(key, value);
218 bool m_queueUrlHasBeenSet =
false;
219 bool m_attributesHasBeenSet =
false;
const Aws::Map< QueueAttributeName, Aws::String > & GetAttributes() const
const Aws::String & GetQueueUrl() const
SetQueueAttributesRequest & AddAttributes(QueueAttributeName key, Aws::String value)
AWS_SQS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SQS_API SetQueueAttributesRequest()=default
bool AttributesHasBeenSet() const
SetQueueAttributesRequest & WithQueueUrl(QueueUrlT &&value)
void SetQueueUrl(QueueUrlT &&value)
AWS_SQS_API Aws::String SerializePayload() const override
SetQueueAttributesRequest & WithAttributes(AttributesT &&value)
bool QueueUrlHasBeenSet() const
void SetAttributes(AttributesT &&value)
virtual const char * GetServiceRequestName() const override
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