A complex type that contains the response for the request.

Namespace: Amazon.Route53.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ListHostedZonesResult
Public Class ListHostedZonesResult
public ref class ListHostedZonesResult

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ListHostedZonesResult()()()()
Initializes a new instance of the ListHostedZonesResult class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HostedZones
A complex type that contains information about the hosted zones associated with the current AWS account.
IsTruncated
A flag indicating whether there are more hosted zones to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the Marker element. Valid Values: true | false
Marker
If the request returned more than one page of results, submit another request and specify the value of NextMarker from the last response in the marker parameter to get the next page of results.

Constraints:

Length
0 - 32

MaxItems
The maximum number of hosted zones to be included in the response body. If the number of hosted zones associated with this AWS account exceeds MaxItems, the value of ListHostedZonesResponse$IsTruncated in the response is true. Call ListHostedZones again and specify the value of ListHostedZonesResponse$NextMarker in the ListHostedZonesRequest$Marker element to get the next page of results.
NextMarker
Indicates where to continue listing hosted zones. If ListHostedZonesResponse$IsTruncated is true, make another request to ListHostedZones and include the value of the NextMarker element in the Marker element to get the next page of results.

Constraints:

Length
0 - 32

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithHostedZones(array<HostedZone>[]()[][])
Adds elements to the HostedZones collection
WithHostedZones(IEnumerable<(Of <<'(HostedZone>)>>))
Adds elements to the HostedZones collection
WithIsTruncated(Boolean)
Sets the IsTruncated property
WithMarker(String)
Sets the Marker property
WithMaxItems(String)
Sets the MaxItems property
WithNextMarker(String)
Sets the NextMarker property

Inheritance Hierarchy

System..::..Object
  Amazon.Route53.Model..::..ListHostedZonesResult

See Also