AWS SDK for C++

AWS SDK for C++ Version 1.11.888

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::SQS::Model::UntagQueueRequest Class Reference

#include <UntagQueueRequest.h>

Inheritance diagram for Aws::SQS::Model::UntagQueueRequest:
[legend]

Public Member Functions

AWS_SQS_API UntagQueueRequest ()=default
 
virtual const char * GetServiceRequestName () const override
 
AWS_SQS_API Aws::String SerializePayload () const override
 
 
const Aws::StringGetQueueUrl () const
 
bool QueueUrlHasBeenSet () const
 
template<typename QueueUrlT = Aws::String>
void SetQueueUrl (QueueUrlT &&value)
 
template<typename QueueUrlT = Aws::String>
UntagQueueRequestWithQueueUrl (QueueUrlT &&value)
 
const Aws::Vector< Aws::String > & GetTagKeys () const
 
bool TagKeysHasBeenSet () const
 
template<typename TagKeysT = Aws::Vector<Aws::String>>
void SetTagKeys (TagKeysT &&value)
 
template<typename TagKeysT = Aws::Vector<Aws::String>>
UntagQueueRequestWithTagKeys (TagKeysT &&value)
 
template<typename TagKeysT = Aws::String>
UntagQueueRequestAddTagKeys (TagKeysT &&value)
 

Public Member Functions inherited from Aws::SQS::SQSRequest

virtual ~SQSRequest ()
 
 
 

Public Member Functions inherited from Aws::AmazonSerializableWebServiceRequest

 
 
std::shared_ptr< Aws::IOStreamGetBody () const override
 

Public Member Functions inherited from Aws::AmazonWebServiceRequest

 
virtual ~AmazonWebServiceRequest ()=default
 
 
virtual void SetAdditionalCustomHeaderValue (const Aws::String &headerName, const Aws::String &headerValue)
 
virtual void AddQueryStringParameters (Aws::Http::URI &uri) const
 
virtual void PutToPresignedUrl (Aws::Http::URI &uri) const
 
virtual bool IsStreaming () const
 
virtual bool IsEventStreamRequest () const
 
virtual bool HasEventStreamResponse () const
 
virtual bool SignBody () const
 
virtual bool HasEmbeddedError (Aws::IOStream &body, const Aws::Http::HeaderValueCollection &header) const
 
virtual bool IsChunked () const
 
virtual bool IsLongPollingOperation () const
 
virtual void SetRequestSignedHandler (const RequestSignedHandler &handler)
 
 
 
 
 
 
 
 
 
virtual bool ShouldComputeContentMd5 () const
 
virtual bool ShouldValidateResponseChecksum () const
 
 
 
virtual void SetServiceSpecificParameters (const std::shared_ptr< Http::ServiceSpecificParameters > &serviceSpecificParameters) const
 
 
 
 
 
 
virtual bool RequestChecksumRequired () const
 
 
void SetRetryContext (const RetryContext &context) const
 
 
virtual bool ChecksumAlgorithmIsSet () const
 
virtual void SetHeadersReceivedEventHandler (const Aws::Http::HeadersReceivedEventHandler &headersReceivedEventHandler)
 
virtual void SetHeadersReceivedEventHandler (Aws::Http::HeadersReceivedEventHandler &&headersReceivedEventHandler)
 
virtual void SetDataReceivedEventHandler (const Aws::Http::DataReceivedEventHandler &dataReceivedEventHandler)
 
virtual void SetDataReceivedEventHandler (Aws::Http::DataReceivedEventHandler &&dataReceivedEventHandler)
 
virtual void SetDataSentEventHandler (const Aws::Http::DataSentEventHandler &dataSentEventHandler)
 
virtual void SetDataSentEventHandler (Aws::Http::DataSentEventHandler &&dataSentEventHandler)
 
virtual void SetContinueRequestHandler (const Aws::Http::ContinueRequestHandler &continueRequestHandler)
 
virtual void SetContinueRequestHandler (Aws::Http::ContinueRequestHandler &&continueRequestHandler)
 
virtual void SetRequestRetryHandler (const RequestRetryHandler &handler)
 
 
virtual void SetHeadersReceivedEventHandler (const Aws::Http::HeadersReceivedEventHandler &headersReceivedEventHandler)
 
virtual void SetHeadersReceivedEventHandler (Aws::Http::HeadersReceivedEventHandler &&headersReceivedEventHandler)
 
virtual void SetDataReceivedEventHandler (const Aws::Http::DataReceivedEventHandler &dataReceivedEventHandler)
 
virtual void SetDataReceivedEventHandler (Aws::Http::DataReceivedEventHandler &&dataReceivedEventHandler)
 
virtual void SetDataSentEventHandler (const Aws::Http::DataSentEventHandler &dataSentEventHandler)
 
virtual void SetDataSentEventHandler (Aws::Http::DataSentEventHandler &&dataSentEventHandler)
 
virtual void SetContinueRequestHandler (const Aws::Http::ContinueRequestHandler &continueRequestHandler)
 
virtual void SetContinueRequestHandler (Aws::Http::ContinueRequestHandler &&continueRequestHandler)
 
virtual void SetRequestRetryHandler (const RequestRetryHandler &handler)
 
 

Additional Inherited Members

Public Types inherited from Aws::SQS::SQSRequest

 
 

Public Types inherited from Aws::AmazonWebServiceRequest

 

Protected Member Functions inherited from Aws::AmazonWebServiceRequest

virtual void DumpBodyToUrl (Aws::Http::URI &uri) const
 

Protected Attributes inherited from Aws::AmazonWebServiceRequest

 

Detailed Description

Definition at line 20 of file UntagQueueRequest.h.

Constructor & Destructor Documentation

◆ UntagQueueRequest()

AWS_SQS_API Aws::SQS::Model::UntagQueueRequest::UntagQueueRequest ( )
default

Member Function Documentation

◆ 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

The URL of the queue.

Definition at line 38 of file UntagQueueRequest.h.

◆ GetRequestSpecificHeaders()

AWS_SQS_API Aws::Http::HeaderValueCollection Aws::SQS::Model::UntagQueueRequest::GetRequestSpecificHeaders ( ) const
overridevirtual

Reimplemented from Aws::SQS::SQSRequest.

◆ GetServiceRequestName()

virtual const char * Aws::SQS::Model::UntagQueueRequest::GetServiceRequestName ( ) const
inlineoverridevirtual

Implements Aws::AmazonWebServiceRequest.

Definition at line 28 of file UntagQueueRequest.h.

◆ GetTagKeys()

const Aws::Vector< Aws::String > & Aws::SQS::Model::UntagQueueRequest::GetTagKeys ( ) const
inline

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

The URL of the queue.

Definition at line 39 of file UntagQueueRequest.h.

◆ 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

The URL of the queue.

Definition at line 41 of file UntagQueueRequest.h.

◆ 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

The URL of the queue.

Definition at line 46 of file UntagQueueRequest.h.

◆ 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: