@Generated(value="software.amazon.awssdk:codegen") public final class ListAppsListsRequest extends FmsRequest implements ToCopyableBuilder<ListAppsListsRequest.Builder,ListAppsListsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAppsListsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAppsListsRequest.Builder |
builder() |
Boolean |
defaultLists()
Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of objects that you want AWS Firewall Manager to return for this request.
|
String |
nextToken()
If you specify a value for
MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAppsListsRequest.Builder> |
serializableBuilderClass() |
ListAppsListsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Boolean defaultLists()
Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.
public String nextToken()
If you specify a value for MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response. For all but the first request, you provide the
token returned by the prior request in the request parameters, to retrieve the next batch of objects.
MaxResults in your list request, and you have more objects than
the maximum, AWS Firewall Manager returns this token in the response. For all but the first request, you
provide the token returned by the prior request in the request parameters, to retrieve the next batch of
objects.public Integer maxResults()
The maximum number of objects that you want AWS Firewall Manager to return for this request. If more objects are
available, in the response, AWS Firewall Manager provides a NextToken value that you can use in a
subsequent call to get the next batch of objects.
If you don't specify this, AWS Firewall Manager returns all available objects.
NextToken value that
you can use in a subsequent call to get the next batch of objects.
If you don't specify this, AWS Firewall Manager returns all available objects.
public ListAppsListsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAppsListsRequest.Builder,ListAppsListsRequest>toBuilder in class FmsRequestpublic static ListAppsListsRequest.Builder builder()
public static Class<? extends ListAppsListsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.