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; }
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 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;
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