@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourceRecordSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains list information for the resource record set.
Constructor and Description |
---|
ListResourceRecordSetsResult() |
Modifier and Type | Method and Description |
---|---|
ListResourceRecordSetsResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsTruncated()
A flag that indicates whether more resource record sets remain to be listed.
|
String |
getMaxItems()
The maximum number of records you requested.
|
String |
getNextRecordIdentifier()
Resource record sets that have a routing policy other than simple: 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. |
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()
Information about multiple resource record sets.
|
int |
hashCode() |
Boolean |
isTruncated()
A flag that indicates whether more resource record sets remain to be listed.
|
void |
setIsTruncated(Boolean isTruncated)
A flag that indicates whether more resource record sets remain to be listed.
|
void |
setMaxItems(String maxItems)
The maximum number of records you requested.
|
void |
setNextRecordIdentifier(String nextRecordIdentifier)
Resource record sets that have a routing policy other than simple: 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(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)
Information about multiple resource record sets.
|
String |
toString()
Returns a string representation of this object.
|
ListResourceRecordSetsResult |
withIsTruncated(Boolean isTruncated)
A flag that indicates whether more resource record sets remain to be listed.
|
ListResourceRecordSetsResult |
withMaxItems(String maxItems)
The maximum number of records you requested.
|
ListResourceRecordSetsResult |
withNextRecordIdentifier(String nextRecordIdentifier)
Resource record sets that have a routing policy other than simple: 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(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(Collection<ResourceRecordSet> resourceRecordSets)
Information about multiple resource record sets.
|
ListResourceRecordSetsResult |
withResourceRecordSets(ResourceRecordSet... resourceRecordSets)
Information about multiple resource record sets.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ResourceRecordSet> getResourceRecordSets()
Information about multiple resource record sets.
public void setResourceRecordSets(Collection<ResourceRecordSet> resourceRecordSets)
Information about multiple resource record sets.
resourceRecordSets
- Information about multiple resource record sets.public ListResourceRecordSetsResult withResourceRecordSets(ResourceRecordSet... resourceRecordSets)
Information about multiple resource record sets.
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
- Information about multiple resource record sets.public ListResourceRecordSetsResult withResourceRecordSets(Collection<ResourceRecordSet> resourceRecordSets)
Information about multiple resource record sets.
resourceRecordSets
- Information about multiple resource record sets.public void setIsTruncated(Boolean isTruncated)
A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you
can make a follow-up pagination request by using the NextRecordName
element.
isTruncated
- A flag that indicates whether more resource record sets remain to be listed. If your results were
truncated, you can make a follow-up pagination request by using the NextRecordName
element.public Boolean getIsTruncated()
A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you
can make a follow-up pagination request by using the NextRecordName
element.
NextRecordName
element.public ListResourceRecordSetsResult withIsTruncated(Boolean isTruncated)
A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you
can make a follow-up pagination request by using the NextRecordName
element.
isTruncated
- A flag that indicates whether more resource record sets remain to be listed. If your results were
truncated, you can make a follow-up pagination request by using the NextRecordName
element.public Boolean isTruncated()
A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you
can make a follow-up pagination request by using the NextRecordName
element.
NextRecordName
element.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 IsTruncated
is true.
nextRecordName
- If the results were truncated, the name of the next record in the list.
This element is present only if IsTruncated
is true.
public String getNextRecordName()
If the results were truncated, the name of the next record in the list.
This element is present only if IsTruncated
is true.
This element is present only if IsTruncated
is true.
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 IsTruncated
is true.
nextRecordName
- If the results were truncated, the name of the next record in the list.
This element is present only if IsTruncated
is true.
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 IsTruncated
is true.
nextRecordType
- If the results were truncated, the type of the next record in the list.
This element is present only if IsTruncated
is true.
RRType
public String getNextRecordType()
If the results were truncated, the type of the next record in the list.
This element is present only if IsTruncated
is true.
This element is present only if IsTruncated
is true.
RRType
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 IsTruncated
is true.
nextRecordType
- If the results were truncated, the type of the next record in the list.
This element is present only if 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 IsTruncated
is true.
nextRecordType
- If the results were truncated, the type of the next record in the list.
This element is present only if 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 IsTruncated
is true.
nextRecordType
- If the results were truncated, the type of the next record in the list.
This element is present only if IsTruncated
is true.
RRType
public void setNextRecordIdentifier(String nextRecordIdentifier)
Resource record sets that have a routing policy other than simple: 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.
For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.
nextRecordIdentifier
- Resource record sets that have a routing policy other than simple: 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.
For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.
public String getNextRecordIdentifier()
Resource record sets that have a routing policy other than simple: 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.
For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.
SetIdentifier
for the next resource record set that
has the current DNS name and type.
For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.
public ListResourceRecordSetsResult withNextRecordIdentifier(String nextRecordIdentifier)
Resource record sets that have a routing policy other than simple: 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.
For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.
nextRecordIdentifier
- Resource record sets that have a routing policy other than simple: 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.
For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.
public void setMaxItems(String maxItems)
The maximum number of records you requested.
maxItems
- The maximum number of records you requested.public String getMaxItems()
The maximum number of records you requested.
public ListResourceRecordSetsResult withMaxItems(String maxItems)
The maximum number of records you requested.
maxItems
- The maximum number of records you requested.public String toString()
toString
in class Object
Object.toString()
public ListResourceRecordSetsResult clone()