Class ListResourceRecordSetsResult
- java.lang.Object
-
- com.amazonaws.services.route53.model.ListResourceRecordSetsResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class ListResourceRecordSetsResult extends Object implements 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListResourceRecordSetsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListResourceRecordSetsResult
clone()
boolean
equals(Object obj)
Boolean
getIsTruncated()
A flag that indicates whether there are more resource record sets to be listed.String
getMaxItems()
The maximum number of records you requested.String
getNextRecordIdentifier()
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.String
getNextRecordName()
If the results were truncated, the name of the next record in the list.String
getNextRecordType()
If the results were truncated, the type of the next record in the list.List<ResourceRecordSet>
getResourceRecordSets()
A complex type that contains information about the resource record sets that are returned by the request.int
hashCode()
Boolean
isTruncated()
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.String
toString()
Returns a string representation of this object; useful for testing and debugging.ListResourceRecordSetsResult
withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more resource record sets to be listed.ListResourceRecordSetsResult
withMaxItems(String maxItems)
The maximum number of records you requested.ListResourceRecordSetsResult
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.ListResourceRecordSetsResult
withNextRecordName(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(String nextRecordType)
If the results were truncated, the type of the next record in the list.ListResourceRecordSetsResult
withResourceRecordSets(ResourceRecordSet... resourceRecordSets)
A complex type that contains information about the resource record sets that are returned by the request.ListResourceRecordSetsResult
withResourceRecordSets(Collection<ResourceRecordSet> resourceRecordSets)
A complex type that contains information about the resource record sets that are returned by the request.
-
-
-
Method Detail
-
getResourceRecordSets
public List<ResourceRecordSet> 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
public void setResourceRecordSets(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.
-
withResourceRecordSets
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)
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
public void setIsTruncated(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
- 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
public 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
- 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
public ListResourceRecordSetsResult withIsTruncated(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
- 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
public 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
- 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
public void setNextRecordName(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.
- 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
public 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.
- 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
public ListResourceRecordSetsResult withNextRecordName(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.
- 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
public void setNextRecordType(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.
- 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:
RRType
-
getNextRecordType
public 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.
- 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:
RRType
-
withNextRecordType
public ListResourceRecordSetsResult withNextRecordType(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.
- 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:
RRType
-
setNextRecordType
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.
- 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:
RRType
-
withNextRecordType
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.
- 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:
RRType
-
setNextRecordIdentifier
public void setNextRecordIdentifier(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.- Parameters:
nextRecordIdentifier
- Weighted resource record sets only: If results were truncated for a given DNS name and type, the value ofSetIdentifier
-
getNextRecordIdentifier
public 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.- Returns:
- Weighted resource record sets only: If results were truncated
for a given DNS name and type, the value of
SetIdentifier
-
withNextRecordIdentifier
public ListResourceRecordSetsResult withNextRecordIdentifier(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.- 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
public void setMaxItems(String maxItems)
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
public String 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
public ListResourceRecordSetsResult withMaxItems(String maxItems)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListResourceRecordSetsResult clone()
-
-