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 ListResourceRecordSets service

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Route53.Model.ListResourceRecordSetsResult
      Amazon.Route53.Model.ListResourceRecordSetsResponse

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

Syntax

C#
public class ListResourceRecordSetsResponse : ListResourceRecordSetsResult

The ListResourceRecordSetsResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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 resource record 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 ListResourceRecordSetsResponse$NextRecordName element.

Valid Values: true | false

Public Property ListResourceRecordSetsResult Amazon.Route53.Model.ListResourceRecordSetsResult Gets and sets the ListResourceRecordSetsResult property. Represents the output of a ListResourceRecordSets operation.
Public Property MaxItems System.String Gets and sets the property MaxItems.

The maximum number of records you requested. The maximum value of MaxItems is 100.

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

Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

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

If the results were truncated, the name of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.

Public Property NextRecordType Amazon.Route53.RRType Gets and sets the property NextRecordType.

If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.

Public Property ResourceRecordSets System.Collections.Generic.List<Amazon.Route53.Model.ResourceRecordSet> Gets and sets the property ResourceRecordSets.

A complex type that contains information about the resource record sets that are returned by the request.

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