Class ListReusableDelegationSetsResult
- java.lang.Object
-
- com.amazonaws.services.route53.model.ListReusableDelegationSetsResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ListReusableDelegationSetsResult extends Object implements Serializable, Cloneable
A complex type that contains the response for the request.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListReusableDelegationSetsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListReusableDelegationSetsResultclone()booleanequals(Object obj)List<DelegationSet>getDelegationSets()A complex type that contains information about the reusable delegation sets associated with the current AWS account.BooleangetIsTruncated()A flag indicating whether there are more reusable delegation sets to be listed.StringgetMarker()If the request returned more than one page of results, submit another request and specify the value ofNextMarkerfrom the last response in themarkerparameter to get the next page of results.StringgetMaxItems()The maximum number of reusable delegation sets to be included in the response body.StringgetNextMarker()Indicates where to continue listing reusable delegation sets.inthashCode()BooleanisTruncated()A flag indicating whether there are more reusable delegation sets to be listed.voidsetDelegationSets(Collection<DelegationSet> delegationSets)A complex type that contains information about the reusable delegation sets associated with the current AWS account.voidsetIsTruncated(Boolean isTruncated)A flag indicating whether there are more reusable delegation sets to be listed.voidsetMarker(String marker)If the request returned more than one page of results, submit another request and specify the value ofNextMarkerfrom the last response in themarkerparameter to get the next page of results.voidsetMaxItems(String maxItems)The maximum number of reusable delegation sets to be included in the response body.voidsetNextMarker(String nextMarker)Indicates where to continue listing reusable delegation sets.StringtoString()Returns a string representation of this object; useful for testing and debugging.ListReusableDelegationSetsResultwithDelegationSets(DelegationSet... delegationSets)A complex type that contains information about the reusable delegation sets associated with the current AWS account.ListReusableDelegationSetsResultwithDelegationSets(Collection<DelegationSet> delegationSets)A complex type that contains information about the reusable delegation sets associated with the current AWS account.ListReusableDelegationSetsResultwithIsTruncated(Boolean isTruncated)A flag indicating whether there are more reusable delegation sets to be listed.ListReusableDelegationSetsResultwithMarker(String marker)If the request returned more than one page of results, submit another request and specify the value ofNextMarkerfrom the last response in themarkerparameter to get the next page of results.ListReusableDelegationSetsResultwithMaxItems(String maxItems)The maximum number of reusable delegation sets to be included in the response body.ListReusableDelegationSetsResultwithNextMarker(String nextMarker)Indicates where to continue listing reusable delegation sets.
-
-
-
Method Detail
-
getDelegationSets
public List<DelegationSet> getDelegationSets()
A complex type that contains information about the reusable delegation sets associated with the current AWS account.
- Returns:
- A complex type that contains information about the reusable delegation sets associated with the current AWS account.
-
setDelegationSets
public void setDelegationSets(Collection<DelegationSet> delegationSets)
A complex type that contains information about the reusable delegation sets associated with the current AWS account.
- Parameters:
delegationSets- A complex type that contains information about the reusable delegation sets associated with the current AWS account.
-
withDelegationSets
public ListReusableDelegationSetsResult withDelegationSets(DelegationSet... delegationSets)
A complex type that contains information about the reusable delegation sets associated with the current AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setDelegationSets(java.util.Collection)orwithDelegationSets(java.util.Collection)if you want to override the existing values.- Parameters:
delegationSets- A complex type that contains information about the reusable delegation sets associated with the current AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDelegationSets
public ListReusableDelegationSetsResult withDelegationSets(Collection<DelegationSet> delegationSets)
A complex type that contains information about the reusable delegation sets associated with the current AWS account.
- Parameters:
delegationSets- A complex type that contains information about the reusable delegation sets associated with the current AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
public void setMarker(String marker)
If the request returned more than one page of results, submit another request and specify the value of
NextMarkerfrom the last response in themarkerparameter to get the next page of results.- Parameters:
marker- If the request returned more than one page of results, submit another request and specify the value ofNextMarkerfrom the last response in themarkerparameter to get the next page of results.
-
getMarker
public String getMarker()
If the request returned more than one page of results, submit another request and specify the value of
NextMarkerfrom the last response in themarkerparameter to get the next page of results.- Returns:
- If the request returned more than one page of results, submit
another request and specify the value of
NextMarkerfrom the last response in themarkerparameter to get the next page of results.
-
withMarker
public ListReusableDelegationSetsResult withMarker(String marker)
If the request returned more than one page of results, submit another request and specify the value of
NextMarkerfrom the last response in themarkerparameter to get the next page of results.- Parameters:
marker- If the request returned more than one page of results, submit another request and specify the value ofNextMarkerfrom the last response in themarkerparameter to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setIsTruncated
public void setIsTruncated(Boolean isTruncated)
A flag indicating whether there are more reusable delegation 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
Markerelement.Valid Values:
true|false- Parameters:
isTruncated- A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using theMarkerelement.Valid Values:
true|false
-
getIsTruncated
public Boolean getIsTruncated()
A flag indicating whether there are more reusable delegation 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
Markerelement.Valid Values:
true|false- Returns:
- A flag indicating whether there are more reusable delegation 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
Markerelement.Valid Values:
true|false
-
withIsTruncated
public ListReusableDelegationSetsResult withIsTruncated(Boolean isTruncated)
A flag indicating whether there are more reusable delegation 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
Markerelement.Valid Values:
true|false- Parameters:
isTruncated- A flag indicating whether there are more reusable delegation sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using theMarkerelement.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 indicating whether there are more reusable delegation 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
Markerelement.Valid Values:
true|false- Returns:
- A flag indicating whether there are more reusable delegation 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
Markerelement.Valid Values:
true|false
-
setNextMarker
public void setNextMarker(String nextMarker)
Indicates where to continue listing reusable delegation sets. If ListReusableDelegationSetsResponse$IsTruncated is
true, make another request toListReusableDelegationSetsand include the value of theNextMarkerelement in theMarkerelement to get the next page of results.- Parameters:
nextMarker- Indicates where to continue listing reusable delegation sets. If ListReusableDelegationSetsResponse$IsTruncated istrue, make another request toListReusableDelegationSetsand include the value of theNextMarkerelement in theMarkerelement to get the next page of results.
-
getNextMarker
public String getNextMarker()
Indicates where to continue listing reusable delegation sets. If ListReusableDelegationSetsResponse$IsTruncated is
true, make another request toListReusableDelegationSetsand include the value of theNextMarkerelement in theMarkerelement to get the next page of results.- Returns:
- Indicates where to continue listing reusable delegation sets. If
ListReusableDelegationSetsResponse$IsTruncated is
true, make another request toListReusableDelegationSetsand include the value of theNextMarkerelement in theMarkerelement to get the next page of results.
-
withNextMarker
public ListReusableDelegationSetsResult withNextMarker(String nextMarker)
Indicates where to continue listing reusable delegation sets. If ListReusableDelegationSetsResponse$IsTruncated is
true, make another request toListReusableDelegationSetsand include the value of theNextMarkerelement in theMarkerelement to get the next page of results.- Parameters:
nextMarker- Indicates where to continue listing reusable delegation sets. If ListReusableDelegationSetsResponse$IsTruncated istrue, make another request toListReusableDelegationSetsand include the value of theNextMarkerelement in theMarkerelement to get the next page of results.- 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 reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds
MaxItems, the value of ListReusablDelegationSetsResponse$IsTruncated in the response istrue. CallListReusableDelegationSetsagain and specify the value of ListReusableDelegationSetsResponse$NextMarker in the ListReusableDelegationSetsRequest$Marker element to get the next page of results.- Parameters:
maxItems- The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceedsMaxItems, the value of ListReusablDelegationSetsResponse$IsTruncated in the response istrue. CallListReusableDelegationSetsagain and specify the value of ListReusableDelegationSetsResponse$NextMarker in the ListReusableDelegationSetsRequest$Marker element to get the next page of results.
-
getMaxItems
public String getMaxItems()
The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds
MaxItems, the value of ListReusablDelegationSetsResponse$IsTruncated in the response istrue. CallListReusableDelegationSetsagain and specify the value of ListReusableDelegationSetsResponse$NextMarker in the ListReusableDelegationSetsRequest$Marker element to get the next page of results.- Returns:
- The maximum number of reusable delegation sets to be included in
the response body. If the number of reusable delegation sets
associated with this AWS account exceeds
MaxItems, the value of ListReusablDelegationSetsResponse$IsTruncated in the response istrue. CallListReusableDelegationSetsagain and specify the value of ListReusableDelegationSetsResponse$NextMarker in the ListReusableDelegationSetsRequest$Marker element to get the next page of results.
-
withMaxItems
public ListReusableDelegationSetsResult withMaxItems(String maxItems)
The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceeds
MaxItems, the value of ListReusablDelegationSetsResponse$IsTruncated in the response istrue. CallListReusableDelegationSetsagain and specify the value of ListReusableDelegationSetsResponse$NextMarker in the ListReusableDelegationSetsRequest$Marker element to get the next page of results.- Parameters:
maxItems- The maximum number of reusable delegation sets to be included in the response body. If the number of reusable delegation sets associated with this AWS account exceedsMaxItems, the value of ListReusablDelegationSetsResponse$IsTruncated in the response istrue. CallListReusableDelegationSetsagain and specify the value of ListReusableDelegationSetsResponse$NextMarker in the ListReusableDelegationSetsRequest$Marker element to get the next page of results.- 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListReusableDelegationSetsResult clone()
-
-