7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/Route53Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/route53/model/HostedZoneType.h>
60 template<
typename MarkerT = Aws::String>
61 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
62 template<
typename MarkerT = Aws::String>
76 template<
typename MaxItemsT = Aws::String>
77 void SetMaxItems(MaxItemsT&& value) { m_maxItemsHasBeenSet =
true; m_maxItems = std::forward<MaxItemsT>(value); }
78 template<
typename MaxItemsT = Aws::String>
90 template<
typename DelegationSetIdT = Aws::String>
91 void SetDelegationSetId(DelegationSetIdT&& value) { m_delegationSetIdHasBeenSet =
true; m_delegationSetId = std::forward<DelegationSetIdT>(value); }
92 template<
typename DelegationSetIdT = Aws::String>
108 bool m_markerHasBeenSet =
false;
111 bool m_maxItemsHasBeenSet =
false;
114 bool m_delegationSetIdHasBeenSet =
false;
117 bool m_hostedZoneTypeHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_ROUTE53_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxItems(MaxItemsT &&value)
const Aws::String & GetMaxItems() const
const Aws::String & GetDelegationSetId() const
AWS_ROUTE53_API Aws::String SerializePayload() const override
bool MaxItemsHasBeenSet() const
ListHostedZonesRequest & WithMaxItems(MaxItemsT &&value)
void SetMarker(MarkerT &&value)
bool HostedZoneTypeHasBeenSet() const
const Aws::String & GetMarker() const
ListHostedZonesRequest & WithDelegationSetId(DelegationSetIdT &&value)
void SetDelegationSetId(DelegationSetIdT &&value)
ListHostedZonesRequest & WithHostedZoneType(HostedZoneType value)
HostedZoneType GetHostedZoneType() const
AWS_ROUTE53_API ListHostedZonesRequest()=default
bool DelegationSetIdHasBeenSet() const
ListHostedZonesRequest & WithMarker(MarkerT &&value)
bool MarkerHasBeenSet() const
void SetHostedZoneType(HostedZoneType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String