Class ListResourceRecordSetsRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.route53.model.ListResourceRecordSetsRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class ListResourceRecordSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for a ListResourceRecordSets request.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description ListResourceRecordSetsRequest()Default constructor for ListResourceRecordSetsRequest object.ListResourceRecordSetsRequest(String hostedZoneId)Constructs a new ListResourceRecordSetsRequest object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListResourceRecordSetsRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)StringgetHostedZoneId()The ID of the hosted zone that contains the resource record sets that you want to get.StringgetMaxItems()The maximum number of records you want in the response body.StringgetStartRecordIdentifier()Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value ofListResourceRecordSetsResponse$NextRecordIdentifierfrom the previous response to get the next resource record set that has the current DNS name and type.StringgetStartRecordName()The first name in the lexicographic ordering of domain names that you want theListResourceRecordSetsrequest to list.StringgetStartRecordType()The DNS type at which to begin the listing of resource record sets.inthashCode()voidsetHostedZoneId(String hostedZoneId)The ID of the hosted zone that contains the resource record sets that you want to get.voidsetMaxItems(String maxItems)The maximum number of records you want in the response body.voidsetStartRecordIdentifier(String startRecordIdentifier)Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value ofListResourceRecordSetsResponse$NextRecordIdentifierfrom the previous response to get the next resource record set that has the current DNS name and type.voidsetStartRecordName(String startRecordName)The first name in the lexicographic ordering of domain names that you want theListResourceRecordSetsrequest to list.voidsetStartRecordType(RRType startRecordType)The DNS type at which to begin the listing of resource record sets.voidsetStartRecordType(String startRecordType)The DNS type at which to begin the listing of resource record sets.StringtoString()Returns a string representation of this object; useful for testing and debugging.ListResourceRecordSetsRequestwithHostedZoneId(String hostedZoneId)The ID of the hosted zone that contains the resource record sets that you want to get.ListResourceRecordSetsRequestwithMaxItems(String maxItems)The maximum number of records you want in the response body.ListResourceRecordSetsRequestwithStartRecordIdentifier(String startRecordIdentifier)Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value ofListResourceRecordSetsResponse$NextRecordIdentifierfrom the previous response to get the next resource record set that has the current DNS name and type.ListResourceRecordSetsRequestwithStartRecordName(String startRecordName)The first name in the lexicographic ordering of domain names that you want theListResourceRecordSetsrequest to list.ListResourceRecordSetsRequestwithStartRecordType(RRType startRecordType)The DNS type at which to begin the listing of resource record sets.ListResourceRecordSetsRequestwithStartRecordType(String startRecordType)The DNS type at which to begin the listing of resource record sets.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
Constructor Detail
-
ListResourceRecordSetsRequest
public ListResourceRecordSetsRequest()
Default constructor for ListResourceRecordSetsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it.
-
ListResourceRecordSetsRequest
public ListResourceRecordSetsRequest(String hostedZoneId)
Constructs a new ListResourceRecordSetsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
hostedZoneId- The ID of the hosted zone that contains the resource record sets that you want to get.
-
-
Method Detail
-
setHostedZoneId
public void setHostedZoneId(String hostedZoneId)
The ID of the hosted zone that contains the resource record sets that you want to get.
- Parameters:
hostedZoneId- The ID of the hosted zone that contains the resource record sets that you want to get.
-
getHostedZoneId
public String getHostedZoneId()
The ID of the hosted zone that contains the resource record sets that you want to get.
- Returns:
- The ID of the hosted zone that contains the resource record sets that you want to get.
-
withHostedZoneId
public ListResourceRecordSetsRequest withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that contains the resource record sets that you want to get.
- Parameters:
hostedZoneId- The ID of the hosted zone that contains the resource record sets that you want to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStartRecordName
public void setStartRecordName(String startRecordName)
The first name in the lexicographic ordering of domain names that you want the
ListResourceRecordSetsrequest to list.- Parameters:
startRecordName- The first name in the lexicographic ordering of domain names that you want theListResourceRecordSetsrequest to list.
-
getStartRecordName
public String getStartRecordName()
The first name in the lexicographic ordering of domain names that you want the
ListResourceRecordSetsrequest to list.- Returns:
- The first name in the lexicographic ordering of domain names that
you want the
ListResourceRecordSetsrequest to list.
-
withStartRecordName
public ListResourceRecordSetsRequest withStartRecordName(String startRecordName)
The first name in the lexicographic ordering of domain names that you want the
ListResourceRecordSetsrequest to list.- Parameters:
startRecordName- The first name in the lexicographic ordering of domain names that you want theListResourceRecordSetsrequest to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStartRecordType
public void setStartRecordType(String startRecordType)
The DNS type at which to begin the listing of resource record sets.
Valid values:
A|AAAA|CNAME|MX|NS|PTR|SOA|SPF|SRV|TXTValues for Weighted Resource Record Sets:
A|AAAA|CNAME|TXTValues for Regional Resource Record Sets:
A|AAAA|CNAME|TXTValues for Alias Resource Record Sets:
A|AAAAConstraint: Specifying
typewithout specifyingnamereturns an InvalidInput error.- Parameters:
startRecordType- The DNS type at which to begin the listing of resource record sets.Valid values:
A|AAAA|CNAME|MX|NS|PTR|SOA|SPF|SRV|TXTValues for Weighted Resource Record Sets:
A|AAAA|CNAME|TXTValues for Regional Resource Record Sets:
A|AAAA|CNAME|TXTValues for Alias Resource Record Sets:
A|AAAAConstraint: Specifying
typewithout specifyingnamereturns an InvalidInput error.- See Also:
RRType
-
getStartRecordType
public String getStartRecordType()
The DNS type at which to begin the listing of resource record sets.
Valid values:
A|AAAA|CNAME|MX|NS|PTR|SOA|SPF|SRV|TXTValues for Weighted Resource Record Sets:
A|AAAA|CNAME|TXTValues for Regional Resource Record Sets:
A|AAAA|CNAME|TXTValues for Alias Resource Record Sets:
A|AAAAConstraint: Specifying
typewithout specifyingnamereturns an InvalidInput error.- Returns:
- The DNS type at which to begin the listing of resource record
sets.
Valid values:
A|AAAA|CNAME|MX|NS|PTR|SOA|SPF|SRV|TXTValues for Weighted Resource Record Sets:
A|AAAA|CNAME|TXTValues for Regional Resource Record Sets:
A|AAAA|CNAME|TXTValues for Alias Resource Record Sets:
A|AAAAConstraint: Specifying
typewithout specifyingnamereturns an InvalidInput error. - See Also:
RRType
-
withStartRecordType
public ListResourceRecordSetsRequest withStartRecordType(String startRecordType)
The DNS type at which to begin the listing of resource record sets.
Valid values:
A|AAAA|CNAME|MX|NS|PTR|SOA|SPF|SRV|TXTValues for Weighted Resource Record Sets:
A|AAAA|CNAME|TXTValues for Regional Resource Record Sets:
A|AAAA|CNAME|TXTValues for Alias Resource Record Sets:
A|AAAAConstraint: Specifying
typewithout specifyingnamereturns an InvalidInput error.- Parameters:
startRecordType- The DNS type at which to begin the listing of resource record sets.Valid values:
A|AAAA|CNAME|MX|NS|PTR|SOA|SPF|SRV|TXTValues for Weighted Resource Record Sets:
A|AAAA|CNAME|TXTValues for Regional Resource Record Sets:
A|AAAA|CNAME|TXTValues for Alias Resource Record Sets:
A|AAAAConstraint: Specifying
typewithout specifyingnamereturns an InvalidInput error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RRType
-
setStartRecordType
public void setStartRecordType(RRType startRecordType)
The DNS type at which to begin the listing of resource record sets.
Valid values:
A|AAAA|CNAME|MX|NS|PTR|SOA|SPF|SRV|TXTValues for Weighted Resource Record Sets:
A|AAAA|CNAME|TXTValues for Regional Resource Record Sets:
A|AAAA|CNAME|TXTValues for Alias Resource Record Sets:
A|AAAAConstraint: Specifying
typewithout specifyingnamereturns an InvalidInput error.- Parameters:
startRecordType- The DNS type at which to begin the listing of resource record sets.Valid values:
A|AAAA|CNAME|MX|NS|PTR|SOA|SPF|SRV|TXTValues for Weighted Resource Record Sets:
A|AAAA|CNAME|TXTValues for Regional Resource Record Sets:
A|AAAA|CNAME|TXTValues for Alias Resource Record Sets:
A|AAAAConstraint: Specifying
typewithout specifyingnamereturns an InvalidInput error.- See Also:
RRType
-
withStartRecordType
public ListResourceRecordSetsRequest withStartRecordType(RRType startRecordType)
The DNS type at which to begin the listing of resource record sets.
Valid values:
A|AAAA|CNAME|MX|NS|PTR|SOA|SPF|SRV|TXTValues for Weighted Resource Record Sets:
A|AAAA|CNAME|TXTValues for Regional Resource Record Sets:
A|AAAA|CNAME|TXTValues for Alias Resource Record Sets:
A|AAAAConstraint: Specifying
typewithout specifyingnamereturns an InvalidInput error.- Parameters:
startRecordType- The DNS type at which to begin the listing of resource record sets.Valid values:
A|AAAA|CNAME|MX|NS|PTR|SOA|SPF|SRV|TXTValues for Weighted Resource Record Sets:
A|AAAA|CNAME|TXTValues for Regional Resource Record Sets:
A|AAAA|CNAME|TXTValues for Alias Resource Record Sets:
A|AAAAConstraint: Specifying
typewithout specifyingnamereturns an InvalidInput error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RRType
-
setStartRecordIdentifier
public void setStartRecordIdentifier(String startRecordIdentifier)
Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of
ListResourceRecordSetsResponse$NextRecordIdentifierfrom the previous response to get the next resource record set that has the current DNS name and type.- Parameters:
startRecordIdentifier- Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value ofListResourceRecordSetsResponse$NextRecordIdentifier
-
getStartRecordIdentifier
public String getStartRecordIdentifier()
Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of
ListResourceRecordSetsResponse$NextRecordIdentifierfrom the previous response to get the next resource record set that has the current DNS name and type.- Returns:
- Weighted resource record sets only: If results were truncated
for a given DNS name and type, specify the value of
ListResourceRecordSetsResponse$NextRecordIdentifier
-
withStartRecordIdentifier
public ListResourceRecordSetsRequest withStartRecordIdentifier(String startRecordIdentifier)
Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of
ListResourceRecordSetsResponse$NextRecordIdentifierfrom the previous response to get the next resource record set that has the current DNS name and type.- Parameters:
startRecordIdentifier- Weighted resource record sets only: If results were truncated for a given DNS name and type, specify the value ofListResourceRecordSetsResponse$NextRecordIdentifier- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxItems
public void setMaxItems(String maxItems)
The maximum number of records you want in the response body.
- Parameters:
maxItems- The maximum number of records you want in the response body.
-
getMaxItems
public String getMaxItems()
The maximum number of records you want in the response body.
- Returns:
- The maximum number of records you want in the response body.
-
withMaxItems
public ListResourceRecordSetsRequest withMaxItems(String maxItems)
The maximum number of records you want in the response body.
- Parameters:
maxItems- The maximum number of records you want in the response body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListResourceRecordSetsRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-