7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/outposts/OutpostsRequest.h>
10#include <aws/outposts/Outposts_EXPORTS.h>
41 template <
typename NextTokenT = Aws::String>
43 m_nextTokenHasBeenSet =
true;
44 m_nextToken = std::forward<NextTokenT>(value);
46 template <
typename NextTokenT = Aws::String>
58 m_maxResultsHasBeenSet =
true;
73 template <
typename OperatingAddressCountryCodeFilterT = Aws::Vector<Aws::String>>
75 m_operatingAddressCountryCodeFilterHasBeenSet =
true;
76 m_operatingAddressCountryCodeFilter = std::forward<OperatingAddressCountryCodeFilterT>(value);
78 template <
typename OperatingAddressCountryCodeFilterT = Aws::Vector<Aws::String>>
83 template <
typename OperatingAddressCountryCodeFilterT = Aws::String>
85 m_operatingAddressCountryCodeFilterHasBeenSet =
true;
86 m_operatingAddressCountryCodeFilter.emplace_back(std::forward<OperatingAddressCountryCodeFilterT>(value));
97 template <
typename OperatingAddressStateOrRegionFilterT = Aws::Vector<Aws::String>>
99 m_operatingAddressStateOrRegionFilterHasBeenSet =
true;
100 m_operatingAddressStateOrRegionFilter = std::forward<OperatingAddressStateOrRegionFilterT>(value);
102 template <
typename OperatingAddressStateOrRegionFilterT = Aws::Vector<Aws::String>>
107 template <
typename OperatingAddressStateOrRegionFilterT = Aws::String>
109 m_operatingAddressStateOrRegionFilterHasBeenSet =
true;
110 m_operatingAddressStateOrRegionFilter.emplace_back(std::forward<OperatingAddressStateOrRegionFilterT>(value));
121 template <
typename OperatingAddressCityFilterT = Aws::Vector<Aws::String>>
123 m_operatingAddressCityFilterHasBeenSet =
true;
124 m_operatingAddressCityFilter = std::forward<OperatingAddressCityFilterT>(value);
126 template <
typename OperatingAddressCityFilterT = Aws::Vector<Aws::String>>
131 template <
typename OperatingAddressCityFilterT = Aws::String>
133 m_operatingAddressCityFilterHasBeenSet =
true;
134 m_operatingAddressCityFilter.emplace_back(std::forward<OperatingAddressCityFilterT>(value));
148 bool m_nextTokenHasBeenSet =
false;
149 bool m_maxResultsHasBeenSet =
false;
150 bool m_operatingAddressCountryCodeFilterHasBeenSet =
false;
151 bool m_operatingAddressStateOrRegionFilterHasBeenSet =
false;
152 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