7#include <aws/sms/SMS_EXPORTS.h>
8#include <aws/sms/SMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sms/model/VmServerAddress.h>
47 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
81 bool m_nextTokenHasBeenSet =
false;
84 bool m_maxResultsHasBeenSet =
false;
87 bool m_vmServerAddressListHasBeenSet =
false;
AWS_SMS_API GetServersRequest()
void SetNextToken(const Aws::String &value)
bool VmServerAddressListHasBeenSet() const
GetServersRequest & AddVmServerAddressList(const VmServerAddress &value)
void SetVmServerAddressList(Aws::Vector< VmServerAddress > &&value)
AWS_SMS_API Aws::String SerializePayload() const override
int GetMaxResults() const
void SetNextToken(Aws::String &&value)
bool NextTokenHasBeenSet() const
GetServersRequest & WithNextToken(const char *value)
virtual const char * GetServiceRequestName() const override
GetServersRequest & WithVmServerAddressList(const Aws::Vector< VmServerAddress > &value)
const Aws::Vector< VmServerAddress > & GetVmServerAddressList() const
void SetNextToken(const char *value)
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
void SetVmServerAddressList(const Aws::Vector< VmServerAddress > &value)
GetServersRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
GetServersRequest & WithVmServerAddressList(Aws::Vector< VmServerAddress > &&value)
GetServersRequest & WithNextToken(Aws::String &&value)
AWS_SMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetServersRequest & AddVmServerAddressList(VmServerAddress &&value)
GetServersRequest & WithNextToken(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector