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; }
58 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
72 inline void SetServerId(
const char* value) { m_serverIdHasBeenSet =
true; m_serverId.assign(value); }
80 bool m_maxResultsHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
86 bool m_serverIdHasBeenSet =
false;
ListAgreementsRequest & WithNextToken(const Aws::String &value)
int GetMaxResults() const
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
void SetNextToken(Aws::String &&value)
ListAgreementsRequest & WithServerId(Aws::String &&value)
const Aws::String & GetNextToken() const
ListAgreementsRequest & WithMaxResults(int value)
ListAgreementsRequest & WithNextToken(const char *value)
const Aws::String & GetServerId() const
ListAgreementsRequest & WithServerId(const char *value)
bool ServerIdHasBeenSet() const
ListAgreementsRequest & WithNextToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(const Aws::String &value)
void SetServerId(Aws::String &&value)
AWS_TRANSFER_API Aws::String SerializePayload() const override
void SetServerId(const Aws::String &value)
void SetServerId(const char *value)
void SetNextToken(const char *value)
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_TRANSFER_API ListAgreementsRequest()
bool NextTokenHasBeenSet() const
ListAgreementsRequest & WithServerId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String