7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/TransferRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
70 template<
typename ServerIdT = Aws::String>
71 void SetServerId(ServerIdT&& value) { m_serverIdHasBeenSet =
true; m_serverId = std::forward<ServerIdT>(value); }
72 template<
typename ServerIdT = Aws::String>
78 bool m_maxResultsHasBeenSet =
false;
81 bool m_nextTokenHasBeenSet =
false;
84 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