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>
49 template <
typename QueueNameT = Aws::String>
51 m_queueNameHasBeenSet =
true;
52 m_queueName = std::forward<QueueNameT>(value);
54 template <
typename QueueNameT = Aws::String>
210 template <
typename AttributesT = Aws::Map<QueueAttributeName, Aws::String>>
212 m_attributesHasBeenSet =
true;
213 m_attributes = std::forward<AttributesT>(value);
215 template <
typename AttributesT = Aws::Map<QueueAttributeName, Aws::String>>
221 m_attributesHasBeenSet =
true;
222 m_attributes.emplace(key, value);
251 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
253 m_tagsHasBeenSet =
true;
254 m_tags = std::forward<TagsT>(value);
256 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
258 SetTags(std::forward<TagsT>(value));
261 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
263 m_tagsHasBeenSet =
true;
264 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
274 bool m_queueNameHasBeenSet =
false;
275 bool m_attributesHasBeenSet =
false;
276 bool m_tagsHasBeenSet =
false;
bool TagsHasBeenSet() const
CreateQueueRequest & WithTags(TagsT &&value)
void SetQueueName(QueueNameT &&value)
const Aws::Map< QueueAttributeName, Aws::String > & GetAttributes() const
CreateQueueRequest & WithQueueName(QueueNameT &&value)
bool QueueNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetAttributes(AttributesT &&value)
const Aws::String & GetQueueName() const
CreateQueueRequest & WithAttributes(AttributesT &&value)
void SetTags(TagsT &&value)
AWS_SQS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool AttributesHasBeenSet() const
CreateQueueRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_SQS_API Aws::String SerializePayload() const override
CreateQueueRequest & AddAttributes(QueueAttributeName key, Aws::String value)
AWS_SQS_API CreateQueueRequest()=default
const Aws::Map< Aws::String, Aws::String > & GetTags() const
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