7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pcs/PCSRequest.h>
9#include <aws/pcs/PCS_EXPORTS.h>
39 template <
typename ClusterIdentifierT = Aws::String>
41 m_clusterIdentifierHasBeenSet =
true;
42 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
44 template <
typename ClusterIdentifierT = Aws::String>
57 template <
typename QueueIdentifierT = Aws::String>
59 m_queueIdentifierHasBeenSet =
true;
60 m_queueIdentifier = std::forward<QueueIdentifierT>(value);
62 template <
typename QueueIdentifierT = Aws::String>
72 bool m_clusterIdentifierHasBeenSet =
false;
73 bool m_queueIdentifierHasBeenSet =
false;
AWS_PCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetClusterIdentifier(ClusterIdentifierT &&value)
bool QueueIdentifierHasBeenSet() const
GetQueueRequest & WithQueueIdentifier(QueueIdentifierT &&value)
const Aws::String & GetClusterIdentifier() const
void SetQueueIdentifier(QueueIdentifierT &&value)
AWS_PCS_API Aws::String SerializePayload() const override
const Aws::String & GetQueueIdentifier() const
GetQueueRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
AWS_PCS_API GetQueueRequest()=default
bool ClusterIdentifierHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String