7#include <aws/mq/MQ_EXPORTS.h>
8#include <aws/mq/MQRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename BrokerIdT = Aws::String>
48 void SetBrokerId(BrokerIdT&& value) { m_brokerIdHasBeenSet =
true; m_brokerId = std::forward<BrokerIdT>(value); }
49 template<
typename BrokerIdT = Aws::String>
60 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
71 template<
typename NextTokenT = Aws::String>
72 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
73 template<
typename NextTokenT = Aws::String>
79 bool m_brokerIdHasBeenSet =
false;
82 bool m_maxResultsHasBeenSet =
false;
85 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
bool BrokerIdHasBeenSet() const
AWS_MQ_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetNextToken() const
int GetMaxResults() const
AWS_MQ_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
ListUsersRequest & WithBrokerId(BrokerIdT &&value)
ListUsersRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
const Aws::String & GetBrokerId() const
AWS_MQ_API ListUsersRequest()=default
void SetBrokerId(BrokerIdT &&value)
ListUsersRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String