7#include <aws/pcs/PCS_EXPORTS.h>
8#include <aws/pcs/PCSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename ClusterIdentifierT = Aws::String>
44 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
45 template<
typename ClusterIdentifierT = Aws::String>
60 template<
typename NextTokenT = Aws::String>
61 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
62 template<
typename NextTokenT = Aws::String>
75 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
81 bool m_clusterIdentifierHasBeenSet =
false;
84 bool m_nextTokenHasBeenSet =
false;
87 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