AWS SDK Version 2 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.

.NET Framework 3.5
 
Configuration for accessing Amazon ListReusableDelegationSets service

Inheritance Hierarchy

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

Namespace: Amazon.Route53.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ListReusableDelegationSetsResponse : ListReusableDelegationSetsResult

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 information about the reusable delegation sets associated with the current AWS 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 indicating whether there are more reusable delegation sets 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

Public Property ListReusableDelegationSetsResult Amazon.Route53.Model.ListReusableDelegationSetsResult Gets and sets the ListReusableDelegationSetsResult property. Represents the output of a ListReusableDelegationSets operation.
Public Property Marker System.String Gets and sets the property 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.

Public Property MaxItems System.String Gets and sets the property MaxItems.

The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds MaxItems, the value of ListReusablDelegationSetsResponse$IsTruncated in the response is true. Call ListReusableDelegationSets again and specify the value of ListReusableDelegationSetsResponse$NextMarker in the ListReusableDelegationSetsRequest$Marker element to get the next page of results.

Public Property NextMarker System.String Gets and sets the property NextMarker.

Indicates where to continue listing reusable delegation sets. If ListReusableDelegationSetsResponse$IsTruncated is true, make another request to ListReusableDelegationSets and include the value of the NextMarker element in the Marker element to get the next page of results.

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

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8