@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReusableDelegationSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains information about the reusable delegation sets that are associated with the current AWS account.
Constructor and Description |
---|
ListReusableDelegationSetsResult() |
Modifier and Type | Method and Description |
---|---|
ListReusableDelegationSetsResult |
clone() |
boolean |
equals(Object obj) |
List<DelegationSet> |
getDelegationSets()
A complex type that contains one
DelegationSet element for each reusable delegation set that was
created by the current AWS account. |
Boolean |
getIsTruncated()
A flag that indicates whether there are more reusable delegation sets to be listed.
|
String |
getMarker()
For the second and subsequent calls to
ListReusableDelegationSets , Marker is the value
that you specified for the marker parameter in the request that produced the current response. |
String |
getMaxItems()
The value that you specified for the
maxitems parameter in the call to
ListReusableDelegationSets that produced the current response. |
String |
getNextMarker()
If
IsTruncated is true , the value of NextMarker identifies the next
reusable delegation set that Amazon Route 53 will return if you submit another
ListReusableDelegationSets request and specify the value of NextMarker in the
marker parameter. |
int |
hashCode() |
Boolean |
isTruncated()
A flag that indicates whether there are more reusable delegation sets to be listed.
|
void |
setDelegationSets(Collection<DelegationSet> delegationSets)
A complex type that contains one
DelegationSet element for each reusable delegation set that was
created by the current AWS account. |
void |
setIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more reusable delegation sets to be listed.
|
void |
setMarker(String marker)
For the second and subsequent calls to
ListReusableDelegationSets , Marker is the value
that you specified for the marker parameter in the request that produced the current response. |
void |
setMaxItems(String maxItems)
The value that you specified for the
maxitems parameter in the call to
ListReusableDelegationSets that produced the current response. |
void |
setNextMarker(String nextMarker)
If
IsTruncated is true , the value of NextMarker identifies the next
reusable delegation set that Amazon Route 53 will return if you submit another
ListReusableDelegationSets request and specify the value of NextMarker in the
marker parameter. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListReusableDelegationSetsResult |
withDelegationSets(Collection<DelegationSet> delegationSets)
A complex type that contains one
DelegationSet element for each reusable delegation set that was
created by the current AWS account. |
ListReusableDelegationSetsResult |
withDelegationSets(DelegationSet... delegationSets)
A complex type that contains one
DelegationSet element for each reusable delegation set that was
created by the current AWS account. |
ListReusableDelegationSetsResult |
withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more reusable delegation sets to be listed.
|
ListReusableDelegationSetsResult |
withMarker(String marker)
For the second and subsequent calls to
ListReusableDelegationSets , Marker is the value
that you specified for the marker parameter in the request that produced the current response. |
ListReusableDelegationSetsResult |
withMaxItems(String maxItems)
The value that you specified for the
maxitems parameter in the call to
ListReusableDelegationSets that produced the current response. |
ListReusableDelegationSetsResult |
withNextMarker(String nextMarker)
If
IsTruncated is true , the value of NextMarker identifies the next
reusable delegation set that Amazon Route 53 will return if you submit another
ListReusableDelegationSets request and specify the value of NextMarker in the
marker parameter. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DelegationSet> getDelegationSets()
A complex type that contains one DelegationSet
element for each reusable delegation set that was
created by the current AWS account.
DelegationSet
element for each reusable delegation set that
was created by the current AWS account.public void setDelegationSets(Collection<DelegationSet> delegationSets)
A complex type that contains one DelegationSet
element for each reusable delegation set that was
created by the current AWS account.
delegationSets
- A complex type that contains one DelegationSet
element for each reusable delegation set that
was created by the current AWS account.public ListReusableDelegationSetsResult withDelegationSets(DelegationSet... delegationSets)
A complex type that contains one DelegationSet
element for each reusable delegation set that was
created by the current AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setDelegationSets(java.util.Collection)
or withDelegationSets(java.util.Collection)
if you want
to override the existing values.
delegationSets
- A complex type that contains one DelegationSet
element for each reusable delegation set that
was created by the current AWS account.public ListReusableDelegationSetsResult withDelegationSets(Collection<DelegationSet> delegationSets)
A complex type that contains one DelegationSet
element for each reusable delegation set that was
created by the current AWS account.
delegationSets
- A complex type that contains one DelegationSet
element for each reusable delegation set that
was created by the current AWS account.public void setMarker(String marker)
For the second and subsequent calls to ListReusableDelegationSets
, Marker
is the value
that you specified for the marker
parameter in the request that produced the current response.
marker
- For the second and subsequent calls to ListReusableDelegationSets
, Marker
is the
value that you specified for the marker
parameter in the request that produced the current
response.public String getMarker()
For the second and subsequent calls to ListReusableDelegationSets
, Marker
is the value
that you specified for the marker
parameter in the request that produced the current response.
ListReusableDelegationSets
, Marker
is
the value that you specified for the marker
parameter in the request that produced the
current response.public ListReusableDelegationSetsResult withMarker(String marker)
For the second and subsequent calls to ListReusableDelegationSets
, Marker
is the value
that you specified for the marker
parameter in the request that produced the current response.
marker
- For the second and subsequent calls to ListReusableDelegationSets
, Marker
is the
value that you specified for the marker
parameter in the request that produced the current
response.public void setIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more reusable delegation sets to be listed.
isTruncated
- A flag that indicates whether there are more reusable delegation sets to be listed.public Boolean getIsTruncated()
A flag that indicates whether there are more reusable delegation sets to be listed.
public ListReusableDelegationSetsResult withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more reusable delegation sets to be listed.
isTruncated
- A flag that indicates whether there are more reusable delegation sets to be listed.public Boolean isTruncated()
A flag that indicates whether there are more reusable delegation sets to be listed.
public void setNextMarker(String nextMarker)
If IsTruncated
is true
, the value of NextMarker
identifies the next
reusable delegation set that Amazon Route 53 will return if you submit another
ListReusableDelegationSets
request and specify the value of NextMarker
in the
marker
parameter.
nextMarker
- If IsTruncated
is true
, the value of NextMarker
identifies the next
reusable delegation set that Amazon Route 53 will return if you submit another
ListReusableDelegationSets
request and specify the value of NextMarker
in the
marker
parameter.public String getNextMarker()
If IsTruncated
is true
, the value of NextMarker
identifies the next
reusable delegation set that Amazon Route 53 will return if you submit another
ListReusableDelegationSets
request and specify the value of NextMarker
in the
marker
parameter.
IsTruncated
is true
, the value of NextMarker
identifies the
next reusable delegation set that Amazon Route 53 will return if you submit another
ListReusableDelegationSets
request and specify the value of NextMarker
in the
marker
parameter.public ListReusableDelegationSetsResult withNextMarker(String nextMarker)
If IsTruncated
is true
, the value of NextMarker
identifies the next
reusable delegation set that Amazon Route 53 will return if you submit another
ListReusableDelegationSets
request and specify the value of NextMarker
in the
marker
parameter.
nextMarker
- If IsTruncated
is true
, the value of NextMarker
identifies the next
reusable delegation set that Amazon Route 53 will return if you submit another
ListReusableDelegationSets
request and specify the value of NextMarker
in the
marker
parameter.public void setMaxItems(String maxItems)
The value that you specified for the maxitems
parameter in the call to
ListReusableDelegationSets
that produced the current response.
maxItems
- The value that you specified for the maxitems
parameter in the call to
ListReusableDelegationSets
that produced the current response.public String getMaxItems()
The value that you specified for the maxitems
parameter in the call to
ListReusableDelegationSets
that produced the current response.
maxitems
parameter in the call to
ListReusableDelegationSets
that produced the current response.public ListReusableDelegationSetsResult withMaxItems(String maxItems)
The value that you specified for the maxitems
parameter in the call to
ListReusableDelegationSets
that produced the current response.
maxItems
- The value that you specified for the maxitems
parameter in the call to
ListReusableDelegationSets
that produced the current response.public String toString()
toString
in class Object
Object.toString()
public ListReusableDelegationSetsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.