60 inline void SetQueueName(
const char* value) { m_queueNameHasBeenSet =
true; m_queueName.assign(value); }
500 bool m_queueNameHasBeenSet;
502 bool m_attributesHasBeenSet;
CreateQueueRequest & AddAttributes(QueueAttributeName &&key, const char *value)
void SetQueueName(const char *value)
CreateQueueRequest & WithQueueName(const Aws::String &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
const Aws::Map< QueueAttributeName, Aws::String > & GetAttributes() const
void SetQueueName(Aws::String &&value)
CreateQueueRequest & AddAttributes(const QueueAttributeName &key, const Aws::String &value)
void SetAttributes(const Aws::Map< QueueAttributeName, Aws::String > &value)
CreateQueueRequest & WithQueueName(Aws::String &&value)
CreateQueueRequest & AddAttributes(const QueueAttributeName &key, const char *value)
void SetQueueName(const Aws::String &value)
CreateQueueRequest & WithQueueName(const char *value)
CreateQueueRequest & WithAttributes(Aws::Map< QueueAttributeName, Aws::String > &&value)
CreateQueueRequest & WithAttributes(const Aws::Map< QueueAttributeName, Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetAttributes(Aws::Map< QueueAttributeName, Aws::String > &&value)
CreateQueueRequest & AddAttributes(QueueAttributeName &&key, Aws::String &&value)
CreateQueueRequest & AddAttributes(QueueAttributeName &&key, const Aws::String &value)
const Aws::String & GetQueueName() const
CreateQueueRequest & AddAttributes(const QueueAttributeName &key, Aws::String &&value)
JSON (JavaScript Object Notation).