7#include <aws/awstransfer/TransferRequest.h>
8#include <aws/awstransfer/Transfer_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
40 m_maxResultsHasBeenSet =
true;
58 template <
typename NextTokenT = Aws::String>
60 m_nextTokenHasBeenSet =
true;
61 m_nextToken = std::forward<NextTokenT>(value);
63 template <
typename NextTokenT = Aws::String>
77 template <
typename ServerIdT = Aws::String>
79 m_serverIdHasBeenSet =
true;
80 m_serverId = std::forward<ServerIdT>(value);
82 template <
typename ServerIdT = Aws::String>
90 bool m_maxResultsHasBeenSet =
false;
93 bool m_nextTokenHasBeenSet =
false;
96 bool m_serverIdHasBeenSet =
false;
const Aws::String & GetNextToken() const
ListAccessesRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetServerId() const
void SetMaxResults(int value)
AWS_TRANSFER_API ListAccessesRequest()=default
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ServerIdHasBeenSet() const
void SetServerId(ServerIdT &&value)
void SetNextToken(NextTokenT &&value)
ListAccessesRequest & WithServerId(ServerIdT &&value)
AWS_TRANSFER_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
ListAccessesRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String