Class ListResourceRecordSetsResult
- All Implemented Interfaces:
Serializable
,Cloneable
A complex type that contains information about the resource record sets that are returned by the request and information about the response.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A flag that indicates whether there are more resource record sets to be listed.The maximum number of records you requested.Weighted resource record sets only: If results were truncated for a given DNS name and type, the value ofSetIdentifier
for the next resource record set that has the current DNS name and type.If the results were truncated, the name of the next record in the list.If the results were truncated, the type of the next record in the list.A complex type that contains information about the resource record sets that are returned by the request.int
hashCode()
A flag that indicates whether there are more resource record sets to be listed.void
setIsTruncated
(Boolean isTruncated) A flag that indicates whether there are more resource record sets to be listed.void
setMaxItems
(String maxItems) The maximum number of records you requested.void
setNextRecordIdentifier
(String nextRecordIdentifier) Weighted resource record sets only: If results were truncated for a given DNS name and type, the value ofSetIdentifier
for the next resource record set that has the current DNS name and type.void
setNextRecordName
(String nextRecordName) If the results were truncated, the name of the next record in the list.void
setNextRecordType
(RRType nextRecordType) If the results were truncated, the type of the next record in the list.void
setNextRecordType
(String nextRecordType) If the results were truncated, the type of the next record in the list.void
setResourceRecordSets
(Collection<ResourceRecordSet> resourceRecordSets) A complex type that contains information about the resource record sets that are returned by the request.toString()
Returns a string representation of this object; useful for testing and debugging.withIsTruncated
(Boolean isTruncated) A flag that indicates whether there are more resource record sets to be listed.withMaxItems
(String maxItems) The maximum number of records you requested.withNextRecordIdentifier
(String nextRecordIdentifier) Weighted resource record sets only: If results were truncated for a given DNS name and type, the value ofSetIdentifier
for the next resource record set that has the current DNS name and type.withNextRecordName
(String nextRecordName) If the results were truncated, the name of the next record in the list.withNextRecordType
(RRType nextRecordType) If the results were truncated, the type of the next record in the list.withNextRecordType
(String nextRecordType) If the results were truncated, the type of the next record in the list.withResourceRecordSets
(ResourceRecordSet... resourceRecordSets) A complex type that contains information about the resource record sets that are returned by the request.withResourceRecordSets
(Collection<ResourceRecordSet> resourceRecordSets) A complex type that contains information about the resource record sets that are returned by the request.
-
Constructor Details
-
ListResourceRecordSetsResult
public ListResourceRecordSetsResult()
-
-
Method Details
-
getResourceRecordSets
A complex type that contains information about the resource record sets that are returned by the request.
- Returns:
- A complex type that contains information about the resource record sets that are returned by the request.
-
setResourceRecordSets
A complex type that contains information about the resource record sets that are returned by the request.
- Parameters:
resourceRecordSets
- A complex type that contains information about the resource record sets that are returned by the request.
-
withResourceRecordSets
A complex type that contains information about the resource record sets that are returned by the request.
NOTE: This method appends the values to the existing list (if any). Use
setResourceRecordSets(java.util.Collection)
orwithResourceRecordSets(java.util.Collection)
if you want to override the existing values.- Parameters:
resourceRecordSets
- A complex type that contains information about the resource record sets that are returned by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withResourceRecordSets
public ListResourceRecordSetsResult withResourceRecordSets(Collection<ResourceRecordSet> resourceRecordSets) A complex type that contains information about the resource record sets that are returned by the request.
- Parameters:
resourceRecordSets
- A complex type that contains information about the resource record sets that are returned by the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setIsTruncated
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
- Parameters:
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
-
getIsTruncated
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
- Returns:
- 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
-
withIsTruncated
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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
- Returns:
- 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
-
setNextRecordName
If the results were truncated, the name of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
- Parameters:
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.
-
getNextRecordName
If the results were truncated, the name of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
- Returns:
- If the results were truncated, the name of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
-
withNextRecordName
If the results were truncated, the name of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextRecordType
If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
- Parameters:
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.- See Also:
-
getNextRecordType
If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
- Returns:
- If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
- See Also:
-
withNextRecordType
If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setNextRecordType
If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
- Parameters:
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.- See Also:
-
withNextRecordType
If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setNextRecordIdentifier
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.- Parameters:
nextRecordIdentifier
- Weighted resource record sets only: If results were truncated for a given DNS name and type, the value ofSetIdentifier
-
getNextRecordIdentifier
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.- Returns:
- Weighted resource record sets only: If results were truncated
for a given DNS name and type, the value of
SetIdentifier
-
withNextRecordIdentifier
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.- Parameters:
nextRecordIdentifier
- Weighted resource record sets only: If results were truncated for a given DNS name and type, the value ofSetIdentifier
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxItems
The maximum number of records you requested. The maximum value of
MaxItems
is 100.- Parameters:
maxItems
- The maximum number of records you requested. The maximum value ofMaxItems
is 100.
-
getMaxItems
The maximum number of records you requested. The maximum value of
MaxItems
is 100.- Returns:
- The maximum number of records you requested. The maximum value of
MaxItems
is 100.
-
withMaxItems
The maximum number of records you requested. The maximum value of
MaxItems
is 100.- Parameters:
maxItems
- The maximum number of records you requested. The maximum value ofMaxItems
is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-