7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/Route53Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename StartContinentCodeT = Aws::String>
59 void SetStartContinentCode(StartContinentCodeT&& value) { m_startContinentCodeHasBeenSet =
true; m_startContinentCode = std::forward<StartContinentCodeT>(value); }
60 template<
typename StartContinentCodeT = Aws::String>
75 template<
typename StartCountryCodeT = Aws::String>
76 void SetStartCountryCode(StartCountryCodeT&& value) { m_startCountryCodeHasBeenSet =
true; m_startCountryCode = std::forward<StartCountryCodeT>(value); }
77 template<
typename StartCountryCodeT = Aws::String>
94 template<
typename StartSubdivisionCodeT = Aws::String>
95 void SetStartSubdivisionCode(StartSubdivisionCodeT&& value) { m_startSubdivisionCodeHasBeenSet =
true; m_startSubdivisionCode = std::forward<StartSubdivisionCodeT>(value); }
96 template<
typename StartSubdivisionCodeT = Aws::String>
109 template<
typename MaxItemsT = Aws::String>
110 void SetMaxItems(MaxItemsT&& value) { m_maxItemsHasBeenSet =
true; m_maxItems = std::forward<MaxItemsT>(value); }
111 template<
typename MaxItemsT = Aws::String>
117 bool m_startContinentCodeHasBeenSet =
false;
120 bool m_startCountryCodeHasBeenSet =
false;
123 bool m_startSubdivisionCodeHasBeenSet =
false;
126 bool m_maxItemsHasBeenSet =
false;
void SetMaxItems(MaxItemsT &&value)
void SetStartContinentCode(StartContinentCodeT &&value)
void SetStartSubdivisionCode(StartSubdivisionCodeT &&value)
bool StartSubdivisionCodeHasBeenSet() const
void SetStartCountryCode(StartCountryCodeT &&value)
virtual const char * GetServiceRequestName() const override
ListGeoLocationsRequest & WithMaxItems(MaxItemsT &&value)
ListGeoLocationsRequest & WithStartSubdivisionCode(StartSubdivisionCodeT &&value)
bool StartCountryCodeHasBeenSet() const
const Aws::String & GetStartSubdivisionCode() const
ListGeoLocationsRequest & WithStartCountryCode(StartCountryCodeT &&value)
const Aws::String & GetStartCountryCode() const
AWS_ROUTE53_API ListGeoLocationsRequest()=default
AWS_ROUTE53_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool MaxItemsHasBeenSet() const
const Aws::String & GetStartContinentCode() const
bool StartContinentCodeHasBeenSet() const
ListGeoLocationsRequest & WithStartContinentCode(StartContinentCodeT &&value)
const Aws::String & GetMaxItems() const
AWS_ROUTE53_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String