7#include <aws/outposts/Outposts_EXPORTS.h>
8#include <aws/outposts/OutpostsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
46 template<
typename NextTokenT = Aws::String>
47 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
48 template<
typename NextTokenT = Aws::String>
56 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
66 template<
typename OperatingAddressCountryCodeFilterT = Aws::Vector<Aws::String>>
67 void SetOperatingAddressCountryCodeFilter(OperatingAddressCountryCodeFilterT&& value) { m_operatingAddressCountryCodeFilterHasBeenSet =
true; m_operatingAddressCountryCodeFilter = std::forward<OperatingAddressCountryCodeFilterT>(value); }
68 template<
typename OperatingAddressCountryCodeFilterT = Aws::Vector<Aws::String>>
70 template<
typename OperatingAddressCountryCodeFilterT = Aws::String>
71 ListSitesRequest&
AddOperatingAddressCountryCodeFilter(OperatingAddressCountryCodeFilterT&& value) { m_operatingAddressCountryCodeFilterHasBeenSet =
true; m_operatingAddressCountryCodeFilter.emplace_back(std::forward<OperatingAddressCountryCodeFilterT>(value));
return *
this; }
80 template<
typename OperatingAddressStateOrRegionFilterT = Aws::Vector<Aws::String>>
81 void SetOperatingAddressStateOrRegionFilter(OperatingAddressStateOrRegionFilterT&& value) { m_operatingAddressStateOrRegionFilterHasBeenSet =
true; m_operatingAddressStateOrRegionFilter = std::forward<OperatingAddressStateOrRegionFilterT>(value); }
82 template<
typename OperatingAddressStateOrRegionFilterT = Aws::Vector<Aws::String>>
84 template<
typename OperatingAddressStateOrRegionFilterT = Aws::String>
85 ListSitesRequest&
AddOperatingAddressStateOrRegionFilter(OperatingAddressStateOrRegionFilterT&& value) { m_operatingAddressStateOrRegionFilterHasBeenSet =
true; m_operatingAddressStateOrRegionFilter.emplace_back(std::forward<OperatingAddressStateOrRegionFilterT>(value));
return *
this; }
94 template<
typename OperatingAddressCityFilterT = Aws::Vector<Aws::String>>
95 void SetOperatingAddressCityFilter(OperatingAddressCityFilterT&& value) { m_operatingAddressCityFilterHasBeenSet =
true; m_operatingAddressCityFilter = std::forward<OperatingAddressCityFilterT>(value); }
96 template<
typename OperatingAddressCityFilterT = Aws::Vector<Aws::String>>
98 template<
typename OperatingAddressCityFilterT = Aws::String>
99 ListSitesRequest&
AddOperatingAddressCityFilter(OperatingAddressCityFilterT&& value) { m_operatingAddressCityFilterHasBeenSet =
true; m_operatingAddressCityFilter.emplace_back(std::forward<OperatingAddressCityFilterT>(value));
return *
this; }
104 bool m_nextTokenHasBeenSet =
false;
107 bool m_maxResultsHasBeenSet =
false;
110 bool m_operatingAddressCountryCodeFilterHasBeenSet =
false;
113 bool m_operatingAddressStateOrRegionFilterHasBeenSet =
false;
116 bool m_operatingAddressCityFilterHasBeenSet =
false;
ListSitesRequest & AddOperatingAddressCityFilter(OperatingAddressCityFilterT &&value)
AWS_OUTPOSTS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool OperatingAddressCountryCodeFilterHasBeenSet() const
const Aws::Vector< Aws::String > & GetOperatingAddressStateOrRegionFilter() const
void SetOperatingAddressStateOrRegionFilter(OperatingAddressStateOrRegionFilterT &&value)
ListSitesRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
AWS_OUTPOSTS_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
ListSitesRequest & WithOperatingAddressCountryCodeFilter(OperatingAddressCountryCodeFilterT &&value)
ListSitesRequest & WithMaxResults(int value)
const Aws::Vector< Aws::String > & GetOperatingAddressCityFilter() const
void SetOperatingAddressCountryCodeFilter(OperatingAddressCountryCodeFilterT &&value)
void SetOperatingAddressCityFilter(OperatingAddressCityFilterT &&value)
AWS_OUTPOSTS_API ListSitesRequest()=default
ListSitesRequest & WithOperatingAddressCityFilter(OperatingAddressCityFilterT &&value)
void SetMaxResults(int value)
ListSitesRequest & AddOperatingAddressCountryCodeFilter(OperatingAddressCountryCodeFilterT &&value)
bool OperatingAddressCityFilterHasBeenSet() const
ListSitesRequest & AddOperatingAddressStateOrRegionFilter(OperatingAddressStateOrRegionFilterT &&value)
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
ListSitesRequest & WithOperatingAddressStateOrRegionFilter(OperatingAddressStateOrRegionFilterT &&value)
const Aws::Vector< Aws::String > & GetOperatingAddressCountryCodeFilter() const
bool OperatingAddressStateOrRegionFilterHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector