7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/pcs/PCSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
44 template<
typename ClusterIdentifierT = Aws::String>
45 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
46 template<
typename ClusterIdentifierT = Aws::String>
56 template<
typename QueueIdentifierT = Aws::String>
57 void SetQueueIdentifier(QueueIdentifierT&& value) { m_queueIdentifierHasBeenSet =
true; m_queueIdentifier = std::forward<QueueIdentifierT>(value); }
58 template<
typename QueueIdentifierT = Aws::String>
74 template<
typename ClientTokenT = Aws::String>
75 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
76 template<
typename ClientTokenT = Aws::String>
82 bool m_clusterIdentifierHasBeenSet =
false;
85 bool m_queueIdentifierHasBeenSet =
false;
88 bool m_clientTokenHasBeenSet =
true;
AWS_PCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetClusterIdentifier(ClusterIdentifierT &&value)
AWS_PCS_API DeleteQueueRequest()=default
bool ClientTokenHasBeenSet() const
const Aws::String & GetQueueIdentifier() const
const Aws::String & GetClusterIdentifier() const
bool QueueIdentifierHasBeenSet() const
AWS_PCS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetQueueIdentifier(QueueIdentifierT &&value)
bool ClusterIdentifierHasBeenSet() const
const Aws::String & GetClientToken() const
void SetClientToken(ClientTokenT &&value)
DeleteQueueRequest & WithClientToken(ClientTokenT &&value)
DeleteQueueRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
DeleteQueueRequest & WithQueueIdentifier(QueueIdentifierT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String