@Generated(value="software.amazon.awssdk:codegen") public final class ListPoliciesRequest extends FmsRequest 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Specifies the number of
PolicySummary objects that you want Firewall Manager to return for this
request. |
String |
nextToken()
If you specify a value for
MaxResults and you have more PolicySummary objects than the
number that you specify for MaxResults, Firewall Manager returns a NextToken value in
the response that allows you to list another group of PolicySummary objects. |
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 nextToken()
If you specify a value for MaxResults and you have more PolicySummary objects than the
number that you specify for MaxResults, Firewall Manager returns a NextToken value in
the response that allows you to list another group of PolicySummary objects. For the second and
subsequent ListPolicies requests, specify the value of NextToken from the previous
response to get information about another batch of PolicySummary objects.
MaxResults and you have more PolicySummary objects
than the number that you specify for MaxResults, Firewall Manager returns a
NextToken value in the response that allows you to list another group of
PolicySummary objects. For the second and subsequent ListPolicies requests,
specify the value of NextToken from the previous response to get information about another
batch of PolicySummary objects.public final Integer maxResults()
Specifies the number of PolicySummary objects that you want Firewall Manager to return for this
request. If you have more PolicySummary objects than the number that you specify for
MaxResults, the response includes a NextToken value that you can use to get another
batch of PolicySummary objects.
PolicySummary objects that you want Firewall Manager to return for
this request. If you have more PolicySummary objects than the number that you specify for
MaxResults, the response includes a NextToken value that you can use to get
another batch of PolicySummary objects.public ListPoliciesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListPoliciesRequest.Builder,ListPoliciesRequest>toBuilder in class FmsRequestpublic 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 © 2022. All rights reserved.