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/AWSVector.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>
193 template<
typename AttributeNamesT = Aws::Vector<QueueAttributeName>>
194 void SetAttributeNames(AttributeNamesT&& value) { m_attributeNamesHasBeenSet =
true; m_attributeNames = std::forward<AttributeNamesT>(value); }
195 template<
typename AttributeNamesT = Aws::Vector<QueueAttributeName>>
202 bool m_queueUrlHasBeenSet =
false;
205 bool m_attributeNamesHasBeenSet =
false;
AWS_SQS_API GetQueueAttributesRequest()=default
GetQueueAttributesRequest & WithAttributeNames(AttributeNamesT &&value)
AWS_SQS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< QueueAttributeName > & GetAttributeNames() const
void SetAttributeNames(AttributeNamesT &&value)
bool AttributeNamesHasBeenSet() const
const Aws::String & GetQueueUrl() const
void SetQueueUrl(QueueUrlT &&value)
GetQueueAttributesRequest & WithQueueUrl(QueueUrlT &&value)
bool QueueUrlHasBeenSet() const
AWS_SQS_API Aws::String SerializePayload() const override
GetQueueAttributesRequest & AddAttributeNames(QueueAttributeName value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector