@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 first
reusable delegation set in the next group of maxitems reusable delegation sets. |
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 first
reusable delegation set in the next group of maxitems reusable delegation sets. |
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 first
reusable delegation set in the next group of maxitems reusable delegation sets. |
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. If the response is truncated,
you can get the next group of maxitems
reusable delegation sets by calling
ListReusableDelegationSets
again and specifying the value of the NextMarker
element in
the marker
parameter.
isTruncated
- A flag that indicates whether there are more reusable delegation sets to be listed. If the response is
truncated, you can get the next group of maxitems
reusable delegation sets by calling
ListReusableDelegationSets
again and specifying the value of the NextMarker
element in the marker
parameter.public Boolean getIsTruncated()
A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated,
you can get the next group of maxitems
reusable delegation sets by calling
ListReusableDelegationSets
again and specifying the value of the NextMarker
element in
the marker
parameter.
maxitems
reusable delegation sets by calling
ListReusableDelegationSets
again and specifying the value of the NextMarker
element in the marker
parameter.public ListReusableDelegationSetsResult withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated,
you can get the next group of maxitems
reusable delegation sets by calling
ListReusableDelegationSets
again and specifying the value of the NextMarker
element in
the marker
parameter.
isTruncated
- A flag that indicates whether there are more reusable delegation sets to be listed. If the response is
truncated, you can get the next group of maxitems
reusable delegation sets by calling
ListReusableDelegationSets
again and specifying the value of the NextMarker
element in the marker
parameter.public Boolean isTruncated()
A flag that indicates whether there are more reusable delegation sets to be listed. If the response is truncated,
you can get the next group of maxitems
reusable delegation sets by calling
ListReusableDelegationSets
again and specifying the value of the NextMarker
element in
the marker
parameter.
maxitems
reusable delegation sets by calling
ListReusableDelegationSets
again and specifying the value of the NextMarker
element in the marker
parameter.public void setNextMarker(String nextMarker)
If IsTruncated
is true
, the value of NextMarker
identifies the first
reusable delegation set in the next group of maxitems
reusable delegation sets. Call
ListReusableDelegationSets
again and specify the value of NextMarker
in the
marker
parameter.
nextMarker
- If IsTruncated
is true
, the value of NextMarker
identifies the
first reusable delegation set in the next group of maxitems
reusable delegation sets. Call
ListReusableDelegationSets
again and specify the value of NextMarker
in the
marker
parameter.public String getNextMarker()
If IsTruncated
is true
, the value of NextMarker
identifies the first
reusable delegation set in the next group of maxitems
reusable delegation sets. Call
ListReusableDelegationSets
again and specify the value of NextMarker
in the
marker
parameter.
IsTruncated
is true
, the value of NextMarker
identifies the
first reusable delegation set in the next group of maxitems
reusable delegation sets. Call
ListReusableDelegationSets
again 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 first
reusable delegation set in the next group of maxitems
reusable delegation sets. Call
ListReusableDelegationSets
again and specify the value of NextMarker
in the
marker
parameter.
nextMarker
- If IsTruncated
is true
, the value of NextMarker
identifies the
first reusable delegation set in the next group of maxitems
reusable delegation sets. Call
ListReusableDelegationSets
again 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.