7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/TransferRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
68 template<
typename ServerIdT = Aws::String>
69 void SetServerId(ServerIdT&& value) { m_serverIdHasBeenSet =
true; m_serverId = std::forward<ServerIdT>(value); }
70 template<
typename ServerIdT = Aws::String>
76 bool m_maxResultsHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_serverIdHasBeenSet =
false;
void SetMaxResults(int value)
AWS_TRANSFER_API Aws::String SerializePayload() const override
ListHostKeysRequest & WithMaxResults(int value)
bool ServerIdHasBeenSet() const
ListHostKeysRequest & WithServerId(ServerIdT &&value)
ListHostKeysRequest & WithNextToken(NextTokenT &&value)
AWS_TRANSFER_API ListHostKeysRequest()=default
void SetNextToken(NextTokenT &&value)
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetServerId(ServerIdT &&value)
const Aws::String & GetServerId() const
int GetMaxResults() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String