@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccessPoliciesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAccessPoliciesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAccessPoliciesResult |
clone() |
boolean |
equals(Object obj) |
List<AccessPolicySummary> |
getAccessPolicySummaries()
Details about the requested access policies.
|
String |
getNextToken()
When
nextToken is returned, there are more results available. |
int |
hashCode() |
void |
setAccessPolicySummaries(Collection<AccessPolicySummary> accessPolicySummaries)
Details about the requested access policies.
|
void |
setNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
ListAccessPoliciesResult |
withAccessPolicySummaries(AccessPolicySummary... accessPolicySummaries)
Details about the requested access policies.
|
ListAccessPoliciesResult |
withAccessPolicySummaries(Collection<AccessPolicySummary> accessPolicySummaries)
Details about the requested access policies.
|
ListAccessPoliciesResult |
withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AccessPolicySummary> getAccessPolicySummaries()
Details about the requested access policies.
public void setAccessPolicySummaries(Collection<AccessPolicySummary> accessPolicySummaries)
Details about the requested access policies.
accessPolicySummaries - Details about the requested access policies.public ListAccessPoliciesResult withAccessPolicySummaries(AccessPolicySummary... accessPolicySummaries)
Details about the requested access policies.
NOTE: This method appends the values to the existing list (if any). Use
setAccessPolicySummaries(java.util.Collection) or
withAccessPolicySummaries(java.util.Collection) if you want to override the existing values.
accessPolicySummaries - Details about the requested access policies.public ListAccessPoliciesResult withAccessPolicySummaries(Collection<AccessPolicySummary> accessPolicySummaries)
Details about the requested access policies.
accessPolicySummaries - Details about the requested access policies.public void setNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public String getNextToken()
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public ListAccessPoliciesResult withNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public String toString()
toString in class ObjectObject.toString()public ListAccessPoliciesResult clone()
Copyright © 2023. All rights reserved.