AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A complex type that contains information about the reusable delegation sets that are associated with the current Amazon Web Services account.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Route53.Model.ListReusableDelegationSetsResponse

Namespace: Amazon.Route53.Model
Assembly: AWSSDK.Route53.dll
Version: 3.x.y.z

Syntax

C#
public class ListReusableDelegationSetsResponse : AmazonWebServiceResponse

The ListReusableDelegationSetsResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property DelegationSets System.Collections.Generic.List<Amazon.Route53.Model.DelegationSet>

Gets and sets the property DelegationSets.

A complex type that contains one DelegationSet element for each reusable delegation set that was created by the current Amazon Web Services account.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IsTruncated System.Boolean

Gets and sets the property IsTruncated.

A flag that indicates whether there are more reusable delegation sets to be listed.

Public Property Marker System.String

Gets and sets the property Marker.

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

Public Property MaxItems System.String

Gets and sets the property MaxItems.

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

Public Property NextMarker System.String

Gets and sets the property NextMarker.

If IsTruncated is true, the value of NextMarker identifies the next reusable delegation set that Amazon Route 53 will return if you submit another ListReusableDelegationSets request and specify the value of NextMarker in the marker parameter.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5