@Generated(value="software.amazon.awssdk:codegen") public final class ListPoliciesRequest extends VerifiedPermissionsRequest implements ToCopyableBuilder<ListPoliciesRequest.Builder,ListPoliciesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPoliciesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListPoliciesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
PolicyFilter |
filter()
Specifies a filter that limits the response to only policies that match the specified criteria.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Specifies the total number of results that you want included on each page of the response.
|
String |
nextToken()
Specifies that you want to receive the next page of results.
|
String |
policyStoreId()
Specifies the ID of the policy store you want to list policies from.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPoliciesRequest.Builder> |
serializableBuilderClass() |
ListPoliciesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String policyStoreId()
Specifies the ID of the policy store you want to list policies from.
public final String nextToken()
Specifies that you want to receive the next page of results. Valid only if you received a NextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to
the value provided by the previous call's NextToken response to request the next page of results.
NextToken response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken
response to request the next page of results.public final Integer maxResults()
Specifies the total number of results that you want included on each page of the response. If you do not include
this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the
number you specify, the NextToken response element is returned with a value (not null). Include the
specified value as the NextToken request parameter in the next call to the operation to get the next
part of the results. Note that the service might return fewer results than the maximum even when there are more
results available. You should check NextToken after every operation to ensure that you receive all
of the results.
NextToken response element is returned with a value
(not null). Include the specified value as the NextToken request parameter in the next call
to the operation to get the next part of the results. Note that the service might return fewer results
than the maximum even when there are more results available. You should check NextToken
after every operation to ensure that you receive all of the results.public final PolicyFilter filter()
Specifies a filter that limits the response to only policies that match the specified criteria. For example, you list only the policies that reference a specified principal.
public ListPoliciesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListPoliciesRequest.Builder,ListPoliciesRequest>toBuilder in class VerifiedPermissionsRequestpublic static ListPoliciesRequest.Builder builder()
public static Class<? extends ListPoliciesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.