public class ListReusableDelegationSetsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type that contains the response for the request.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DelegationSet> |
delegationSets
A complex type that contains information about the reusable delegation
sets associated with the current AWS account.
|
private java.lang.Boolean |
isTruncated
A flag indicating whether there are more reusable delegation sets to be
listed.
|
private java.lang.String |
marker
If the request returned more than one page of results, submit another
request and specify the value of
NextMarker from the last
response in the marker parameter to get the next page of
results. |
private java.lang.String |
maxItems
The maximum number of reusable delegation sets to be included in the
response body.
|
private java.lang.String |
nextMarker
Indicates where to continue listing reusable delegation sets.
|
Constructor and Description |
---|
ListReusableDelegationSetsResult() |
Modifier and Type | Method and Description |
---|---|
ListReusableDelegationSetsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<DelegationSet> |
getDelegationSets()
A complex type that contains information about the reusable delegation
sets associated with the current AWS account.
|
java.lang.Boolean |
getIsTruncated()
A flag indicating whether there are more reusable delegation sets to be
listed.
|
java.lang.String |
getMarker()
If the request returned more than one page of results, submit another
request and specify the value of
NextMarker from the last
response in the marker parameter to get the next page of
results. |
java.lang.String |
getMaxItems()
The maximum number of reusable delegation sets to be included in the
response body.
|
java.lang.String |
getNextMarker()
Indicates where to continue listing reusable delegation sets.
|
int |
hashCode() |
java.lang.Boolean |
isTruncated()
A flag indicating whether there are more reusable delegation sets to be
listed.
|
void |
setDelegationSets(java.util.Collection<DelegationSet> delegationSets)
A complex type that contains information about the reusable delegation
sets associated with the current AWS account.
|
void |
setIsTruncated(java.lang.Boolean isTruncated)
A flag indicating whether there are more reusable delegation sets to be
listed.
|
void |
setMarker(java.lang.String marker)
If the request returned more than one page of results, submit another
request and specify the value of
NextMarker from the last
response in the marker parameter to get the next page of
results. |
void |
setMaxItems(java.lang.String maxItems)
The maximum number of reusable delegation sets to be included in the
response body.
|
void |
setNextMarker(java.lang.String nextMarker)
Indicates where to continue listing reusable delegation sets.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListReusableDelegationSetsResult |
withDelegationSets(java.util.Collection<DelegationSet> delegationSets)
A complex type that contains information about the reusable delegation
sets associated with the current AWS account.
|
ListReusableDelegationSetsResult |
withDelegationSets(DelegationSet... delegationSets)
A complex type that contains information about the reusable delegation
sets associated with the current AWS account.
|
ListReusableDelegationSetsResult |
withIsTruncated(java.lang.Boolean isTruncated)
A flag indicating whether there are more reusable delegation sets to be
listed.
|
ListReusableDelegationSetsResult |
withMarker(java.lang.String marker)
If the request returned more than one page of results, submit another
request and specify the value of
NextMarker from the last
response in the marker parameter to get the next page of
results. |
ListReusableDelegationSetsResult |
withMaxItems(java.lang.String maxItems)
The maximum number of reusable delegation sets to be included in the
response body.
|
ListReusableDelegationSetsResult |
withNextMarker(java.lang.String nextMarker)
Indicates where to continue listing reusable delegation sets.
|
private SdkInternalList<DelegationSet> delegationSets
A complex type that contains information about the reusable delegation sets associated with the current AWS account.
private java.lang.String marker
If the request returned more than one page of results, submit another
request and specify the value of NextMarker
from the last
response in the marker
parameter to get the next page of
results.
private java.lang.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 Marker
element.
Valid Values: true
| false
private java.lang.String nextMarker
Indicates where to continue listing reusable delegation sets. If
ListReusableDelegationSetsResponse$IsTruncated is
true
, make another request to
ListReusableDelegationSets
and include the value of the
NextMarker
element in the Marker
element to get
the next page of results.
private java.lang.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 is
true
. Call ListReusableDelegationSets
again and
specify the value of ListReusableDelegationSetsResponse$NextMarker
in the ListReusableDelegationSetsRequest$Marker element to get the
next page of results.
public java.util.List<DelegationSet> getDelegationSets()
A complex type that contains information about the reusable delegation sets associated with the current AWS account.
public void setDelegationSets(java.util.Collection<DelegationSet> delegationSets)
A complex type that contains information about the reusable delegation sets associated with the current AWS account.
delegationSets
- A complex type that contains information about the reusable
delegation sets associated with the current AWS account.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)
or
withDelegationSets(java.util.Collection)
if you want to override
the existing values.
delegationSets
- A complex type that contains information about the reusable
delegation sets associated with the current AWS account.public ListReusableDelegationSetsResult withDelegationSets(java.util.Collection<DelegationSet> delegationSets)
A complex type that contains information about the reusable delegation sets associated with the current AWS account.
delegationSets
- A complex type that contains information about the reusable
delegation sets associated with the current AWS account.public void setMarker(java.lang.String marker)
If the request returned more than one page of results, submit another
request and specify the value of NextMarker
from the last
response in the marker
parameter to get the next page of
results.
marker
- If the request returned more than one page of results, submit
another request and specify the value of NextMarker
from the last response in the marker
parameter to get
the next page of results.public java.lang.String getMarker()
If the request returned more than one page of results, submit another
request and specify the value of NextMarker
from the last
response in the marker
parameter to get the next page of
results.
NextMarker
from the last response in the marker
parameter to
get the next page of results.public ListReusableDelegationSetsResult withMarker(java.lang.String marker)
If the request returned more than one page of results, submit another
request and specify the value of NextMarker
from the last
response in the marker
parameter to get the next page of
results.
marker
- If the request returned more than one page of results, submit
another request and specify the value of NextMarker
from the last response in the marker
parameter to get
the next page of results.public void setIsTruncated(java.lang.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 Marker
element.
Valid Values: true
| false
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
Marker
element.
Valid Values: true
| false
public java.lang.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 Marker
element.
Valid Values: true
| false
Marker
element.
Valid Values: true
| false
public ListReusableDelegationSetsResult withIsTruncated(java.lang.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 Marker
element.
Valid Values: true
| false
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
Marker
element.
Valid Values: true
| false
public java.lang.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 Marker
element.
Valid Values: true
| false
Marker
element.
Valid Values: true
| false
public void setNextMarker(java.lang.String nextMarker)
Indicates where to continue listing reusable delegation sets. If
ListReusableDelegationSetsResponse$IsTruncated is
true
, make another request to
ListReusableDelegationSets
and include the value of the
NextMarker
element in the Marker
element to get
the next page of results.
nextMarker
- Indicates where to continue listing reusable delegation sets. If
ListReusableDelegationSetsResponse$IsTruncated is
true
, make another request to
ListReusableDelegationSets
and include the value of
the NextMarker
element in the Marker
element to get the next page of results.public java.lang.String getNextMarker()
Indicates where to continue listing reusable delegation sets. If
ListReusableDelegationSetsResponse$IsTruncated is
true
, make another request to
ListReusableDelegationSets
and include the value of the
NextMarker
element in the Marker
element to get
the next page of results.
true
, make another request to
ListReusableDelegationSets
and include the value of
the NextMarker
element in the Marker
element to get the next page of results.public ListReusableDelegationSetsResult withNextMarker(java.lang.String nextMarker)
Indicates where to continue listing reusable delegation sets. If
ListReusableDelegationSetsResponse$IsTruncated is
true
, make another request to
ListReusableDelegationSets
and include the value of the
NextMarker
element in the Marker
element to get
the next page of results.
nextMarker
- Indicates where to continue listing reusable delegation sets. If
ListReusableDelegationSetsResponse$IsTruncated is
true
, make another request to
ListReusableDelegationSets
and include the value of
the NextMarker
element in the Marker
element to get the next page of results.public void setMaxItems(java.lang.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 is
true
. Call ListReusableDelegationSets
again and
specify the value of ListReusableDelegationSetsResponse$NextMarker
in the ListReusableDelegationSetsRequest$Marker element to get the
next page of results.
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 is true
. Call
ListReusableDelegationSets
again and specify the
value of ListReusableDelegationSetsResponse$NextMarker in
the ListReusableDelegationSetsRequest$Marker element to get
the next page of results.public java.lang.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 is
true
. Call ListReusableDelegationSets
again and
specify the value of ListReusableDelegationSetsResponse$NextMarker
in the ListReusableDelegationSetsRequest$Marker element to get the
next page of results.
MaxItems
,
the value of ListReusablDelegationSetsResponse$IsTruncated
in the response is true
. Call
ListReusableDelegationSets
again and specify the
value of ListReusableDelegationSetsResponse$NextMarker in
the ListReusableDelegationSetsRequest$Marker element to
get the next page of results.public ListReusableDelegationSetsResult withMaxItems(java.lang.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 is
true
. Call ListReusableDelegationSets
again and
specify the value of ListReusableDelegationSetsResponse$NextMarker
in the ListReusableDelegationSetsRequest$Marker element to get the
next page of results.
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 is true
. Call
ListReusableDelegationSets
again and specify the
value of ListReusableDelegationSetsResponse$NextMarker in
the ListReusableDelegationSetsRequest$Marker element to get
the next page of results.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListReusableDelegationSetsResult clone()
clone
in class java.lang.Object