7#include <aws/awstransfer/TransferRequest.h>
8#include <aws/awstransfer/Transfer_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 m_maxResultsHasBeenSet =
true;
59 template <
typename NextTokenT = Aws::String>
61 m_nextTokenHasBeenSet =
true;
62 m_nextToken = std::forward<NextTokenT>(value);
64 template <
typename NextTokenT = Aws::String>
78 template <
typename ServerIdT = Aws::String>
80 m_serverIdHasBeenSet =
true;
81 m_serverId = std::forward<ServerIdT>(value);
83 template <
typename ServerIdT = Aws::String>
95 bool m_maxResultsHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
97 bool m_serverIdHasBeenSet =
false;
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetServerId() const
bool NextTokenHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListUsersRequest & WithMaxResults(int value)
AWS_TRANSFER_API ListUsersRequest()=default
int GetMaxResults() const
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_TRANSFER_API Aws::String SerializePayload() const override
void SetServerId(ServerIdT &&value)
ListUsersRequest & WithServerId(ServerIdT &&value)
bool MaxResultsHasBeenSet() const
ListUsersRequest & WithNextToken(NextTokenT &&value)
bool ServerIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String