public class ListResourceRecordSetsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type that contains information about the resource record sets that are returned by the request and information about the response.
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
isTruncated
A flag that indicates whether there are more resource record sets to be
listed.
|
private java.lang.String |
maxItems
The maximum number of records you requested.
|
private java.lang.String |
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. |
private java.lang.String |
nextRecordName
If the results were truncated, the name of the next record in the list.
|
private java.lang.String |
nextRecordType
If the results were truncated, the type of the next record in the list.
|
private SdkInternalList<ResourceRecordSet> |
resourceRecordSets
A complex type that contains information about the resource record sets
that are returned by the request.
|
Constructor and Description |
---|
ListResourceRecordSetsResult() |
Modifier and Type | Method and Description |
---|---|
ListResourceRecordSetsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getIsTruncated()
A flag that indicates whether there are more resource record sets to be
listed.
|
java.lang.String |
getMaxItems()
The maximum number of records you requested.
|
java.lang.String |
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. |
java.lang.String |
getNextRecordName()
If the results were truncated, the name of the next record in the list.
|
java.lang.String |
getNextRecordType()
If the results were truncated, the type of the next record in the list.
|
java.util.List<ResourceRecordSet> |
getResourceRecordSets()
A complex type that contains information about the resource record sets
that are returned by the request.
|
int |
hashCode() |
java.lang.Boolean |
isTruncated()
A flag that indicates whether there are more resource record sets to be
listed.
|
void |
setIsTruncated(java.lang.Boolean isTruncated)
A flag that indicates whether there are more resource record sets to be
listed.
|
void |
setMaxItems(java.lang.String maxItems)
The maximum number of records you requested.
|
void |
setNextRecordIdentifier(java.lang.String 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. |
void |
setNextRecordName(java.lang.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(java.lang.String nextRecordType)
If the results were truncated, the type of the next record in the list.
|
void |
setResourceRecordSets(java.util.Collection<ResourceRecordSet> resourceRecordSets)
A complex type that contains information about the resource record sets
that are returned by the request.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListResourceRecordSetsResult |
withIsTruncated(java.lang.Boolean isTruncated)
A flag that indicates whether there are more resource record sets to be
listed.
|
ListResourceRecordSetsResult |
withMaxItems(java.lang.String maxItems)
The maximum number of records you requested.
|
ListResourceRecordSetsResult |
withNextRecordIdentifier(java.lang.String 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. |
ListResourceRecordSetsResult |
withNextRecordName(java.lang.String nextRecordName)
If the results were truncated, the name of the next record in the list.
|
ListResourceRecordSetsResult |
withNextRecordType(RRType nextRecordType)
If the results were truncated, the type of the next record in the list.
|
ListResourceRecordSetsResult |
withNextRecordType(java.lang.String nextRecordType)
If the results were truncated, the type of the next record in the list.
|
ListResourceRecordSetsResult |
withResourceRecordSets(java.util.Collection<ResourceRecordSet> resourceRecordSets)
A complex type that contains information about the resource record sets
that are returned by the request.
|
ListResourceRecordSetsResult |
withResourceRecordSets(ResourceRecordSet... resourceRecordSets)
A complex type that contains information about the resource record sets
that are returned by the request.
|
private SdkInternalList<ResourceRecordSet> resourceRecordSets
A complex type that contains information about the resource record sets that are returned by the request.
private java.lang.Boolean 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
private java.lang.String 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.
private java.lang.String 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.
private java.lang.String 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.
private java.lang.String maxItems
The maximum number of records you requested. The maximum value of
MaxItems
is 100.
public java.util.List<ResourceRecordSet> getResourceRecordSets()
A complex type that contains information about the resource record sets that are returned by the request.
public void setResourceRecordSets(java.util.Collection<ResourceRecordSet> resourceRecordSets)
A complex type that contains information about the resource record sets that are returned by the request.
resourceRecordSets
- A complex type that contains information about the resource record
sets that are returned by the request.public ListResourceRecordSetsResult withResourceRecordSets(ResourceRecordSet... resourceRecordSets)
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)
or
withResourceRecordSets(java.util.Collection)
if you want to
override the existing values.
resourceRecordSets
- A complex type that contains information about the resource record
sets that are returned by the request.public ListResourceRecordSetsResult withResourceRecordSets(java.util.Collection<ResourceRecordSet> resourceRecordSets)
A complex type that contains information about the resource record sets that are returned by the request.
resourceRecordSets
- A complex type that contains information about the resource record
sets that are returned by the request.public void setIsTruncated(java.lang.Boolean 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
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
public java.lang.Boolean 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
Valid Values: true
| false
public ListResourceRecordSetsResult withIsTruncated(java.lang.Boolean 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
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
public java.lang.Boolean 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
Valid Values: true
| false
public void setNextRecordName(java.lang.String 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.
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.public java.lang.String 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.
public ListResourceRecordSetsResult withNextRecordName(java.lang.String 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.
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.public void setNextRecordType(java.lang.String 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.
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.RRType
public java.lang.String 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.
RRType
public ListResourceRecordSetsResult withNextRecordType(java.lang.String 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.
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.RRType
public void setNextRecordType(RRType 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.
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.RRType
public ListResourceRecordSetsResult withNextRecordType(RRType 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.
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.RRType
public void setNextRecordIdentifier(java.lang.String 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.
nextRecordIdentifier
- Weighted resource record sets only: If results were truncated
for a given DNS name and type, the value of SetIdentifier
public java.lang.String 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.
SetIdentifier
public ListResourceRecordSetsResult withNextRecordIdentifier(java.lang.String 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.
nextRecordIdentifier
- Weighted resource record sets only: If results were truncated
for a given DNS name and type, the value of SetIdentifier
public void setMaxItems(java.lang.String maxItems)
The maximum number of records you requested. The maximum value of
MaxItems
is 100.
maxItems
- The maximum number of records you requested. The maximum value of
MaxItems
is 100.public java.lang.String getMaxItems()
The maximum number of records you requested. The maximum value of
MaxItems
is 100.
MaxItems
is 100.public ListResourceRecordSetsResult withMaxItems(java.lang.String maxItems)
The maximum number of records you requested. The maximum value of
MaxItems
is 100.
maxItems
- The maximum number of records you requested. The maximum value of
MaxItems
is 100.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListResourceRecordSetsResult clone()
clone
in class java.lang.Object