public static interface ListAppsListsResponse.Builder extends FmsResponse.Builder, SdkPojo, CopyableBuilder<ListAppsListsResponse.Builder,ListAppsListsResponse>
Modifier and Type | Method and Description |
---|---|
ListAppsListsResponse.Builder |
appsLists(AppsListDataSummary... appsLists)
An array of
AppsListDataSummary objects. |
ListAppsListsResponse.Builder |
appsLists(Collection<AppsListDataSummary> appsLists)
An array of
AppsListDataSummary objects. |
ListAppsListsResponse.Builder |
appsLists(Consumer<AppsListDataSummary.Builder>... appsLists)
An array of
AppsListDataSummary objects. |
ListAppsListsResponse.Builder |
nextToken(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. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListAppsListsResponse.Builder appsLists(Collection<AppsListDataSummary> appsLists)
An array of AppsListDataSummary
objects.
appsLists
- An array of AppsListDataSummary
objects.ListAppsListsResponse.Builder appsLists(AppsListDataSummary... appsLists)
An array of AppsListDataSummary
objects.
appsLists
- An array of AppsListDataSummary
objects.ListAppsListsResponse.Builder appsLists(Consumer<AppsListDataSummary.Builder>... appsLists)
An array of AppsListDataSummary
objects.
List.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #appsLists(List)
.appsLists
- a consumer that will call methods on List.Builder
#appsLists(List)
ListAppsListsResponse.Builder nextToken(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. You can use this token in subsequent
requests to retrieve the next batch of objects.
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. You can use this token in
subsequent requests to retrieve the next batch of objects.