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

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 ListResourceRecordSetsResult
Public Class ListResourceRecordSetsResult
public ref class ListResourceRecordSetsResult

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ListResourceRecordSetsResult()()()()
Initializes a new instance of the ListResourceRecordSetsResult 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.)
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
MaxItems
The maximum number of records you requested. The maximum value of MaxItems is 100.
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.

Constraints:

Length
1 - 128

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.

Constraints:

Length
0 - 1024

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.

Constraints:

Allowed Values
SOA, A, TXT, NS, CNAME, MX, PTR, SRV, SPF, AAAA

ResourceRecordSets
A complex type that contains information about the resource record sets that are returned by the request.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithIsTruncated(Boolean)
Sets the IsTruncated property
WithMaxItems(String)
Sets the MaxItems property
WithNextRecordIdentifier(String)
Sets the NextRecordIdentifier property
WithNextRecordName(String)
Sets the NextRecordName property
WithNextRecordType(String)
Sets the NextRecordType property
WithResourceRecordSets(array<ResourceRecordSet>[]()[][])
Adds elements to the ResourceRecordSets collection
WithResourceRecordSets(IEnumerable<(Of <<'(ResourceRecordSet>)>>))
Adds elements to the ResourceRecordSets collection

Inheritance Hierarchy

System..::..Object
  Amazon.Route53.Model..::..ListResourceRecordSetsResult

See Also