ListHostedZonesResponse class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
hostedZones
→ List<HostedZone>
-
A complex type that contains general information about the hosted zone.
final
-
isTruncated
→ bool
-
A flag indicating whether there are more hosted zones to be listed. If the
response was truncated, you can get more hosted zones by submitting another
ListHostedZones request and specifying the value of
NextMarker in the marker parameter.
final
-
marker
→ String
-
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.
final
-
maxItems
→ String
-
The value that you specified for the
maxitems parameter in the
call to ListHostedZones that produced the current response.
final
-
nextMarker
→ String?
-
If
IsTruncated is true, the value of
NextMarker identifies the first hosted zone in the next group
of hosted zones. Submit another ListHostedZones request, and
specify the value of NextMarker from the response in the
marker parameter.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited