|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.route53.model.ListResourceRecordSetsResult
public class ListResourceRecordSetsResult
A complex type that contains information about the resource record sets that are returned by the request and information about the response.
| Constructor Summary | |
|---|---|
ListResourceRecordSetsResult()
|
|
| Method Summary | |
|---|---|
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 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()
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 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)
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 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)
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListResourceRecordSetsResult()
| Method Detail |
|---|
public List<ResourceRecordSet> getResourceRecordSets()
public void setResourceRecordSets(Collection<ResourceRecordSet> resourceRecordSets)
resourceRecordSets - A complex type that contains information about the resource record
sets that are returned by the request.public ListResourceRecordSetsResult withResourceRecordSets(ResourceRecordSet... resourceRecordSets)
Returns a reference to this object so that method calls can be chained together.
resourceRecordSets - A complex type that contains information about the resource record
sets that are returned by the request.
public ListResourceRecordSetsResult withResourceRecordSets(Collection<ResourceRecordSet> resourceRecordSets)
Returns a reference to this object so that method calls can be chained together.
resourceRecordSets - A complex type that contains information about the resource record
sets that are returned by the request.
public Boolean isTruncated()
Valid
Values: true | false
Valid
Values: true | false
public void setIsTruncated(Boolean isTruncated)
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 ListResourceRecordSetsResult withIsTruncated(Boolean isTruncated)
Valid
Values: true | false
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
public Boolean getIsTruncated()
Valid
Values: true | false
Valid
Values: true | false
public String getNextRecordName()
Constraints:
Length: 0 - 1024
public void setNextRecordName(String nextRecordName)
Constraints:
Length: 0 - 1024
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 ListResourceRecordSetsResult withNextRecordName(String nextRecordName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
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 String getNextRecordType()
Constraints:
Allowed Values: SOA, A, TXT, NS, CNAME, MX, PTR, SRV, SPF, AAAA
RRTypepublic void setNextRecordType(String nextRecordType)
Constraints:
Allowed Values: SOA, A, TXT, NS, CNAME, MX, PTR, SRV, SPF, AAAA
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.RRTypepublic ListResourceRecordSetsResult withNextRecordType(String nextRecordType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: SOA, A, TXT, NS, CNAME, MX, PTR, SRV, SPF, AAAA
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.
RRTypepublic void setNextRecordType(RRType nextRecordType)
Constraints:
Allowed Values: SOA, A, TXT, NS, CNAME, MX, PTR, SRV, SPF, AAAA
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.RRTypepublic ListResourceRecordSetsResult withNextRecordType(RRType nextRecordType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: SOA, A, TXT, NS, CNAME, MX, PTR, SRV, SPF, AAAA
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.
RRTypepublic String getNextRecordIdentifier()
SetIdentifier
for the next resource record set that has the current DNS name and
type.
Constraints:
Length: 1 - 128
SetIdentifier
for the next resource record set that has the current DNS name and
type.public void setNextRecordIdentifier(String nextRecordIdentifier)
SetIdentifier
for the next resource record set that has the current DNS name and
type.
Constraints:
Length: 1 - 128
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.public ListResourceRecordSetsResult withNextRecordIdentifier(String nextRecordIdentifier)
SetIdentifier
for the next resource record set that has the current DNS name and
type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
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.
public String getMaxItems()
MaxItems is 100.
MaxItems is 100.public void setMaxItems(String maxItems)
MaxItems is 100.
maxItems - The maximum number of records you requested. The maximum value of
MaxItems is 100.public ListResourceRecordSetsResult withMaxItems(String maxItems)
MaxItems is 100.
Returns a reference to this object so that method calls can be chained together.
maxItems - The maximum number of records you requested. The maximum value of
MaxItems is 100.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||