7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/MgnRequest.h>
9#include <aws/mgn/Mgn_EXPORTS.h>
10#include <aws/mgn/model/DescribeSourceServersRequestFilters.h>
38 template <
typename FiltersT = DescribeSourceServersRequestFilters>
40 m_filtersHasBeenSet =
true;
41 m_filters = std::forward<FiltersT>(value);
43 template <
typename FiltersT = DescribeSourceServersRequestFilters>
57 m_maxResultsHasBeenSet =
true;
72 template <
typename NextTokenT = Aws::String>
74 m_nextTokenHasBeenSet =
true;
75 m_nextToken = std::forward<NextTokenT>(value);
77 template <
typename NextTokenT = Aws::String>
90 template <
typename AccountIDT = Aws::String>
92 m_accountIDHasBeenSet =
true;
93 m_accountID = std::forward<AccountIDT>(value);
95 template <
typename AccountIDT = Aws::String>
109 bool m_filtersHasBeenSet =
false;
110 bool m_maxResultsHasBeenSet =
false;
111 bool m_nextTokenHasBeenSet =
false;
112 bool m_accountIDHasBeenSet =
false;
const Aws::String & GetNextToken() const
AWS_MGN_API DescribeSourceServersRequest()=default
DescribeSourceServersRequest & WithAccountID(AccountIDT &&value)
void SetAccountID(AccountIDT &&value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetFilters(FiltersT &&value)
AWS_MGN_API Aws::String SerializePayload() const override
DescribeSourceServersRequest & WithFilters(FiltersT &&value)
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const DescribeSourceServersRequestFilters & GetFilters() const
bool AccountIDHasBeenSet() const
void SetMaxResults(int value)
bool FiltersHasBeenSet() const
const Aws::String & GetAccountID() const
int GetMaxResults() const
DescribeSourceServersRequest & WithMaxResults(int value)
DescribeSourceServersRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String