A complex type that contains information about the resource record sets that are returned by the request and information about the response.
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 |
| Member | Description | |
|---|---|---|
| ListResourceRecordSetsResult()()()() | Initializes a new instance of the ListResourceRecordSetsResult 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.) | |
| 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: | |
| 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: | |
| 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: | |
| ResourceRecordSets |
A complex type that contains information about the resource record sets that are returned by the request.
| |
| ToString()()()() | (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
|