@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 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 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, 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 final Boolean defaultLists()
Specifies whether the lists to retrieve are default lists owned by Firewall Manager.
public final String nextToken()
If you specify a value for MaxResults in your list request, and you have more objects than the
maximum, 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, 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 final Integer maxResults()
The maximum number of objects that you want Firewall Manager to return for this request. If more objects are
available, in the response, 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, 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, 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 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.