A complex type that contains the response for the request.

C# |
public class ListHostedZonesResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ListHostedZonesResult()()()() | Initializes a new instance of the ListHostedZonesResult class |
![]() | Equals(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: |
![]() | 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: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithHostedZones(array<HostedZone>[]()[][]) | Obsolete.
Adds elements to the HostedZones collection
|
![]() | WithHostedZones(IEnumerable<(Of <<'(HostedZone>)>>)) | Obsolete.
Adds elements to the HostedZones collection
|
![]() | WithIsTruncated(Boolean) | Obsolete.
Sets the IsTruncated property
|
![]() | WithMarker(String) | Obsolete.
Sets the Marker property
|
![]() | WithMaxItems(String) | Obsolete.
Sets the MaxItems property
|
![]() | WithNextMarker(String) | Obsolete.
Sets the NextMarker property
|

Object | |
![]() | ListHostedZonesResult |