Java com.amazonaws.services.route53.model ListHostedZonesResult fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.route53.model ListHostedZonesResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.route53.model ListHostedZonesResult.

The text is from its open source code.

Field

BooleanisTruncated

A flag indicating whether there are more hosted zones to be listed.

Constructor

Method

java.util.ListgetHostedZones()

A complex type that contains general information about the hosted zone.

BooleangetIsTruncated()

A flag indicating whether there are more hosted zones to be listed.

StringgetMarker()

For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

StringgetMaxItems()

The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

StringgetNextMarker()

If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of hosted zones.

voidsetHostedZones(java.util.Collection hostedZones)

A complex type that contains general information about the hosted zone.

voidsetIsTruncated(Boolean isTruncated)

A flag indicating whether there are more hosted zones to be listed.

voidsetMarker(String marker)

For the second and subsequent calls to ListHostedZones, Marker is the value that you specified for the marker parameter in the request that produced the current response.

voidsetMaxItems(String maxItems)

The value that you specified for the maxitems parameter in the call to ListHostedZones that produced the current response.

voidsetNextMarker(String nextMarker)

If IsTruncated is true, the value of NextMarker identifies the first hosted zone in the next group of hosted zones.