@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPoliciesGrantingServiceAccessResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListPoliciesGrantingServiceAccessResult() |
Modifier and Type | Method and Description |
---|---|
ListPoliciesGrantingServiceAccessResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsTruncated()
A flag that indicates whether there are more items to return.
|
String |
getMarker()
When
IsTruncated is true , this element is present and contains the value to use for the
Marker parameter in a subsequent pagination request. |
List<ListPoliciesGrantingServiceAccessEntry> |
getPoliciesGrantingServiceAccess()
A
ListPoliciesGrantingServiceAccess object that contains details about the permissions policies
attached to the specified identity (user, group, or role). |
int |
hashCode() |
Boolean |
isTruncated()
A flag that indicates whether there are more items to return.
|
void |
setIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
void |
setMarker(String marker)
When
IsTruncated is true , this element is present and contains the value to use for the
Marker parameter in a subsequent pagination request. |
void |
setPoliciesGrantingServiceAccess(Collection<ListPoliciesGrantingServiceAccessEntry> policiesGrantingServiceAccess)
A
ListPoliciesGrantingServiceAccess object that contains details about the permissions policies
attached to the specified identity (user, group, or role). |
String |
toString()
Returns a string representation of this object.
|
ListPoliciesGrantingServiceAccessResult |
withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListPoliciesGrantingServiceAccessResult |
withMarker(String marker)
When
IsTruncated is true , this element is present and contains the value to use for the
Marker parameter in a subsequent pagination request. |
ListPoliciesGrantingServiceAccessResult |
withPoliciesGrantingServiceAccess(Collection<ListPoliciesGrantingServiceAccessEntry> policiesGrantingServiceAccess)
A
ListPoliciesGrantingServiceAccess object that contains details about the permissions policies
attached to the specified identity (user, group, or role). |
ListPoliciesGrantingServiceAccessResult |
withPoliciesGrantingServiceAccess(ListPoliciesGrantingServiceAccessEntry... policiesGrantingServiceAccess)
A
ListPoliciesGrantingServiceAccess object that contains details about the permissions policies
attached to the specified identity (user, group, or role). |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListPoliciesGrantingServiceAccessResult()
public List<ListPoliciesGrantingServiceAccessEntry> getPoliciesGrantingServiceAccess()
A ListPoliciesGrantingServiceAccess
object that contains details about the permissions policies
attached to the specified identity (user, group, or role).
ListPoliciesGrantingServiceAccess
object that contains details about the permissions
policies attached to the specified identity (user, group, or role).public void setPoliciesGrantingServiceAccess(Collection<ListPoliciesGrantingServiceAccessEntry> policiesGrantingServiceAccess)
A ListPoliciesGrantingServiceAccess
object that contains details about the permissions policies
attached to the specified identity (user, group, or role).
policiesGrantingServiceAccess
- A ListPoliciesGrantingServiceAccess
object that contains details about the permissions
policies attached to the specified identity (user, group, or role).public ListPoliciesGrantingServiceAccessResult withPoliciesGrantingServiceAccess(ListPoliciesGrantingServiceAccessEntry... policiesGrantingServiceAccess)
A ListPoliciesGrantingServiceAccess
object that contains details about the permissions policies
attached to the specified identity (user, group, or role).
NOTE: This method appends the values to the existing list (if any). Use
setPoliciesGrantingServiceAccess(java.util.Collection)
or
withPoliciesGrantingServiceAccess(java.util.Collection)
if you want to override the existing values.
policiesGrantingServiceAccess
- A ListPoliciesGrantingServiceAccess
object that contains details about the permissions
policies attached to the specified identity (user, group, or role).public ListPoliciesGrantingServiceAccessResult withPoliciesGrantingServiceAccess(Collection<ListPoliciesGrantingServiceAccessEntry> policiesGrantingServiceAccess)
A ListPoliciesGrantingServiceAccess
object that contains details about the permissions policies
attached to the specified identity (user, group, or role).
policiesGrantingServiceAccess
- A ListPoliciesGrantingServiceAccess
object that contains details about the permissions
policies attached to the specified identity (user, group, or role).public void setIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return. If your results were truncated, you can make a
subsequent pagination request using the Marker
request parameter to retrieve more items. We
recommend that you check IsTruncated
after every call to ensure that you receive all your results.
isTruncated
- A flag that indicates whether there are more items to return. If your results were truncated, you can make
a subsequent pagination request using the Marker
request parameter to retrieve more items. We
recommend that you check IsTruncated
after every call to ensure that you receive all your
results.public Boolean getIsTruncated()
A flag that indicates whether there are more items to return. If your results were truncated, you can make a
subsequent pagination request using the Marker
request parameter to retrieve more items. We
recommend that you check IsTruncated
after every call to ensure that you receive all your results.
Marker
request parameter to retrieve more
items. We recommend that you check IsTruncated
after every call to ensure that you receive
all your results.public ListPoliciesGrantingServiceAccessResult withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return. If your results were truncated, you can make a
subsequent pagination request using the Marker
request parameter to retrieve more items. We
recommend that you check IsTruncated
after every call to ensure that you receive all your results.
isTruncated
- A flag that indicates whether there are more items to return. If your results were truncated, you can make
a subsequent pagination request using the Marker
request parameter to retrieve more items. We
recommend that you check IsTruncated
after every call to ensure that you receive all your
results.public Boolean isTruncated()
A flag that indicates whether there are more items to return. If your results were truncated, you can make a
subsequent pagination request using the Marker
request parameter to retrieve more items. We
recommend that you check IsTruncated
after every call to ensure that you receive all your results.
Marker
request parameter to retrieve more
items. We recommend that you check IsTruncated
after every call to ensure that you receive
all your results.public void setMarker(String marker)
When IsTruncated
is true
, this element is present and contains the value to use for the
Marker
parameter in a subsequent pagination request.
marker
- When IsTruncated
is true
, this element is present and contains the value to use
for the Marker
parameter in a subsequent pagination request.public String getMarker()
When IsTruncated
is true
, this element is present and contains the value to use for the
Marker
parameter in a subsequent pagination request.
IsTruncated
is true
, this element is present and contains the value to use
for the Marker
parameter in a subsequent pagination request.public ListPoliciesGrantingServiceAccessResult withMarker(String marker)
When IsTruncated
is true
, this element is present and contains the value to use for the
Marker
parameter in a subsequent pagination request.
marker
- When IsTruncated
is true
, this element is present and contains the value to use
for the Marker
parameter in a subsequent pagination request.public String toString()
toString
in class Object
Object.toString()
public ListPoliciesGrantingServiceAccessResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.