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>
76 template <
typename ServerIdT = Aws::String>
78 m_serverIdHasBeenSet =
true;
79 m_serverId = std::forward<ServerIdT>(value);
81 template <
typename ServerIdT = Aws::String>
93 bool m_maxResultsHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
95 bool m_serverIdHasBeenSet =
false;
int GetMaxResults() const
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
ListAgreementsRequest & WithMaxResults(int value)
const Aws::String & GetServerId() const
bool ServerIdHasBeenSet() const
ListAgreementsRequest & WithNextToken(NextTokenT &&value)
void SetServerId(ServerIdT &&value)
AWS_TRANSFER_API ListAgreementsRequest()=default
ListAgreementsRequest & WithServerId(ServerIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
AWS_TRANSFER_API Aws::String SerializePayload() const override
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NextTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String