#include <UntagQueueRequest.h>
|
template<typename QueueUrlT = Aws::String>
template<typename QueueUrlT = Aws::String>
|
template<typename TagKeysT = Aws::Vector<Aws::String>>
template<typename TagKeysT = Aws::Vector<Aws::String>>
template<typename TagKeysT = Aws::String>
Definition at line 20 of file UntagQueueRequest.h.
◆ UntagQueueRequest()
AWS_SQS_API Aws::SQS::Model::UntagQueueRequest::UntagQueueRequest
(
)
default
◆ AddTagKeys()
template<typename TagKeysT = Aws::String>
UntagQueueRequest & Aws::SQS::Model::UntagQueueRequest::AddTagKeys
(
TagKeysT &&
value)
inline
The list of tags to be removed from the specified queue.
Definition at line 69 of file UntagQueueRequest.h.
◆ GetQueueUrl()
const Aws::String & Aws::SQS::Model::UntagQueueRequest::GetQueueUrl
(
)
const
inline
◆ GetRequestSpecificHeaders()
◆ GetServiceRequestName()
virtual const char * Aws::SQS::Model::UntagQueueRequest::GetServiceRequestName
(
)
const
inlineoverridevirtual
◆ GetTagKeys()
The list of tags to be removed from the specified queue.
Definition at line 56 of file UntagQueueRequest.h.
◆ QueueUrlHasBeenSet()
bool Aws::SQS::Model::UntagQueueRequest::QueueUrlHasBeenSet
(
)
const
inline
◆ SerializePayload()
AWS_SQS_API Aws::String Aws::SQS::Model::UntagQueueRequest::SerializePayload
(
)
const
overridevirtual
◆ SetQueueUrl()
template<typename QueueUrlT = Aws::String>
void Aws::SQS::Model::UntagQueueRequest::SetQueueUrl
(
QueueUrlT &&
value)
inline
◆ SetTagKeys()
template<typename TagKeysT = Aws::Vector<Aws::String>>
void Aws::SQS::Model::UntagQueueRequest::SetTagKeys
(
TagKeysT &&
value)
inline
The list of tags to be removed from the specified queue.
Definition at line 59 of file UntagQueueRequest.h.
◆ TagKeysHasBeenSet()
bool Aws::SQS::Model::UntagQueueRequest::TagKeysHasBeenSet
(
)
const
inline
The list of tags to be removed from the specified queue.
Definition at line 57 of file UntagQueueRequest.h.
◆ WithQueueUrl()
template<typename QueueUrlT = Aws::String>
UntagQueueRequest & Aws::SQS::Model::UntagQueueRequest::WithQueueUrl
(
QueueUrlT &&
value)
inline
◆ WithTagKeys()
template<typename TagKeysT = Aws::Vector<Aws::String>>
UntagQueueRequest & Aws::SQS::Model::UntagQueueRequest::WithTagKeys
(
TagKeysT &&
value)
inline
The list of tags to be removed from the specified queue.
Definition at line 64 of file UntagQueueRequest.h.
The documentation for this class was generated from the following file: