@Generated(value="software.amazon.awssdk:codegen") public class ListResourceRecordSetsRequest extends Route53Request implements ToCopyableBuilder<ListResourceRecordSetsRequest.Builder,ListResourceRecordSetsRequest>
A request for the resource record sets that are associated with a specified hosted zone.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListResourceRecordSetsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListResourceRecordSetsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
int |
hashCode() |
String |
hostedZoneId()
The ID of the hosted zone that contains the resource record sets that you want to list.
|
String |
maxItems()
(Optional) The maximum number of resource records sets to include in the response body for this request.
|
static Class<? extends ListResourceRecordSetsRequest.Builder> |
serializableBuilderClass() |
String |
startRecordIdentifier()
Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the
value of
NextRecordIdentifier from the previous response to get the next resource record set that
has the current DNS name and type. |
String |
startRecordName()
The first name in the lexicographic ordering of resource record sets that you want to list.
|
RRType |
startRecordType()
The type of resource record set to begin the record listing from.
|
String |
startRecordTypeAsString()
The type of resource record set to begin the record listing from.
|
ListResourceRecordSetsRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
requestOverrideConfigcopypublic String hostedZoneId()
The ID of the hosted zone that contains the resource record sets that you want to list.
public String startRecordName()
The first name in the lexicographic ordering of resource record sets that you want to list.
public RRType startRecordType()
The type of resource record set to begin the record listing from.
Valid values for basic resource record sets: A | AAAA | CAA |
CNAME | MX | NAPTR | NS | PTR | SOA
| SPF | SRV | TXT
Values for weighted, latency, geo, and failover resource record sets: A | AAAA |
CAA | CNAME | MX | NAPTR | PTR |
SPF | SRV | TXT
Values for alias resource record sets:
CloudFront distribution: A or AAAA
Elastic Beanstalk environment that has a regionalized subdomain: A
ELB load balancer: A | AAAA
Amazon S3 bucket: A
Another resource record set in this hosted zone: The type of the resource record set that the alias references.
Constraint: Specifying type without specifying name returns an
InvalidInput error.
If the service returns an enum value that is not available in the current SDK version, startRecordType
will return RRType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
startRecordTypeAsString().
Valid values for basic resource record sets: A | AAAA | CAA |
CNAME | MX | NAPTR | NS | PTR |
SOA | SPF | SRV | TXT
Values for weighted, latency, geo, and failover resource record sets: A | AAAA
| CAA | CNAME | MX | NAPTR | PTR |
SPF | SRV | TXT
Values for alias resource record sets:
CloudFront distribution: A or AAAA
Elastic Beanstalk environment that has a regionalized subdomain: A
ELB load balancer: A | AAAA
Amazon S3 bucket: A
Another resource record set in this hosted zone: The type of the resource record set that the alias references.
Constraint: Specifying type without specifying name returns an
InvalidInput error.
RRTypepublic String startRecordTypeAsString()
The type of resource record set to begin the record listing from.
Valid values for basic resource record sets: A | AAAA | CAA |
CNAME | MX | NAPTR | NS | PTR | SOA
| SPF | SRV | TXT
Values for weighted, latency, geo, and failover resource record sets: A | AAAA |
CAA | CNAME | MX | NAPTR | PTR |
SPF | SRV | TXT
Values for alias resource record sets:
CloudFront distribution: A or AAAA
Elastic Beanstalk environment that has a regionalized subdomain: A
ELB load balancer: A | AAAA
Amazon S3 bucket: A
Another resource record set in this hosted zone: The type of the resource record set that the alias references.
Constraint: Specifying type without specifying name returns an
InvalidInput error.
If the service returns an enum value that is not available in the current SDK version, startRecordType
will return RRType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
startRecordTypeAsString().
Valid values for basic resource record sets: A | AAAA | CAA |
CNAME | MX | NAPTR | NS | PTR |
SOA | SPF | SRV | TXT
Values for weighted, latency, geo, and failover resource record sets: A | AAAA
| CAA | CNAME | MX | NAPTR | PTR |
SPF | SRV | TXT
Values for alias resource record sets:
CloudFront distribution: A or AAAA
Elastic Beanstalk environment that has a regionalized subdomain: A
ELB load balancer: A | AAAA
Amazon S3 bucket: A
Another resource record set in this hosted zone: The type of the resource record set that the alias references.
Constraint: Specifying type without specifying name returns an
InvalidInput error.
RRTypepublic String startRecordIdentifier()
Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the
value of NextRecordIdentifier from the previous response to get the next resource record set that
has the current DNS name and type.
NextRecordIdentifier from the previous response to get the next
resource record set that has the current DNS name and type.public String maxItems()
(Optional) The maximum number of resource records sets to include in the response body for this request. If the
response includes more than maxitems resource record sets, the value of the IsTruncated
element in the response is true, and the values of the NextRecordName and
NextRecordType elements in the response identify the first resource record set in the next group of
maxitems resource record sets.
maxitems resource record sets, the value of the
IsTruncated element in the response is true, and the values of the
NextRecordName and NextRecordType elements in the response identify the first
resource record set in the next group of maxitems resource record sets.public ListResourceRecordSetsRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListResourceRecordSetsRequest.Builder,ListResourceRecordSetsRequest>toBuilder in class Route53Requestpublic static ListResourceRecordSetsRequest.Builder builder()
public static Class<? extends ListResourceRecordSetsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.