23 template<
typename RESULT_TYPE>
24 class AmazonWebServiceResult;
115 inline void SetMarker(
const char* value) { m_marker.assign(value); }
196 inline void SetNextMarker(
const char* value) { m_nextMarker.assign(value); }
267 inline void SetMaxItems(
const char* value) { m_maxItems.assign(value); }
ListHostedZonesResult & WithHostedZones(Aws::Vector< HostedZone > &&value)
ListHostedZonesResult & WithNextMarker(const char *value)
ListHostedZonesResult & WithMaxItems(const Aws::String &value)
const Aws::String & GetNextMarker() const
ListHostedZonesResult & AddHostedZones(const HostedZone &value)
void SetNextMarker(const Aws::String &value)
void SetNextMarker(Aws::String &&value)
const Aws::String & GetMarker() const
ListHostedZonesResult & WithHostedZones(const Aws::Vector< HostedZone > &value)
ListHostedZonesResult & WithNextMarker(Aws::String &&value)
std::vector< T, Aws::Allocator< T > > Vector
const Aws::String & GetMaxItems() const
ListHostedZonesResult & WithMaxItems(const char *value)
void SetMarker(const char *value)
bool GetIsTruncated() const
void SetMaxItems(Aws::String &&value)
void SetMaxItems(const char *value)
void SetNextMarker(const char *value)
void SetMarker(Aws::String &&value)
void SetMaxItems(const Aws::String &value)
ListHostedZonesResult & WithMarker(Aws::String &&value)
void SetIsTruncated(bool value)
ListHostedZonesResult & WithMarker(const char *value)
const Aws::Vector< HostedZone > & GetHostedZones() const
void SetMarker(const Aws::String &value)
ListHostedZonesResult & WithNextMarker(const Aws::String &value)
void SetHostedZones(Aws::Vector< HostedZone > &&value)
ListHostedZonesResult & WithIsTruncated(bool value)
ListHostedZonesResult & WithMaxItems(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ListHostedZonesResult & WithMarker(const Aws::String &value)
ListHostedZonesResult & AddHostedZones(HostedZone &&value)
void SetHostedZones(const Aws::Vector< HostedZone > &value)
JSON (JavaScript Object Notation).