ToCopyableBuilder<ListResourceRecordSetsResponse.Builder,ListResourceRecordSetsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListResourceRecordSetsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListResourceRecordSetsResponse.Builder,ListResourceRecordSetsResponse>
A complex type that contains list information for the resource record set.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListResourceRecordSetsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListResourceRecordSetsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
isTruncated() |
A flag that indicates whether more resource record sets remain to be listed.
|
String |
maxItems() |
The maximum number of records you requested.
|
String |
nextRecordIdentifier() |
Weighted, latency, geolocation, and failover 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. |
String |
nextRecordName() |
If the results were truncated, the name of the next record in the list.
|
String |
nextRecordType() |
If the results were truncated, the type of the next record in the list.
|
List<ResourceRecordSet> |
resourceRecordSets() |
Information about multiple resource record sets.
|
static Class<? extends ListResourceRecordSetsResponse.Builder> |
serializableBuilderClass() |
|
ListResourceRecordSetsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<ResourceRecordSet> resourceRecordSets()
Information about multiple resource record sets.
public Boolean isTruncated()
A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you
can make a follow-up pagination request by using the NextRecordName
element.
NextRecordName
element.public String nextRecordName()
If the results were truncated, the name of the next record in the list.
This element is present only if IsTruncated
is true.
This element is present only if IsTruncated
is true.
public String nextRecordType()
If the results were truncated, the type of the next record in the list.
This element is present only if IsTruncated
is true.
This element is present only if IsTruncated
is true.
RRType
public String nextRecordIdentifier()
Weighted, latency, geolocation, and failover 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.
SetIdentifier
for the next resource record set
that has the current DNS name and type.public String maxItems()
The maximum number of records you requested.
public ListResourceRecordSetsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListResourceRecordSetsResponse.Builder,ListResourceRecordSetsResponse>
public static ListResourceRecordSetsResponse.Builder builder()
public static Class<? extends ListResourceRecordSetsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.