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>
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
84 m_maxResultsHasBeenSet =
true;
98 bool m_clusterIdentifierHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
100 bool m_maxResultsHasBeenSet =
false;
bool ClusterIdentifierHasBeenSet() const
ListQueuesRequest & WithMaxResults(int value)
ListQueuesRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
bool NextTokenHasBeenSet() const
AWS_PCS_API Aws::String SerializePayload() const override
AWS_PCS_API ListQueuesRequest()=default
ListQueuesRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
void SetClusterIdentifier(ClusterIdentifierT &&value)
const Aws::String & GetClusterIdentifier() const
int GetMaxResults() const
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
AWS_PCS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String