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>
49 template<
typename QueueUrlT = Aws::String>
50 void SetQueueUrl(QueueUrlT&& value) { m_queueUrlHasBeenSet =
true; m_queueUrl = std::forward<QueueUrlT>(value); }
51 template<
typename QueueUrlT = Aws::String>
196 template<
typename AttributesT = Aws::Map<QueueAttributeName, Aws::String>>
197 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
198 template<
typename AttributesT = Aws::Map<QueueAttributeName, Aws::String>>
201 m_attributesHasBeenSet =
true; m_attributes.emplace(key, value);
return *
this;
207 bool m_queueUrlHasBeenSet =
false;
210 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