public static interface ListAssociatedFleetsResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<ListAssociatedFleetsResponse.Builder,ListAssociatedFleetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedFleetsResponse.Builder |
names(Collection<String> names)
The name of the fleet.
|
ListAssociatedFleetsResponse.Builder |
names(String... names)
The name of the fleet.
|
ListAssociatedFleetsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssociatedFleetsResponse.Builder names(Collection<String> names)
The name of the fleet.
names - The name of the fleet.ListAssociatedFleetsResponse.Builder names(String... names)
The name of the fleet.
names - The name of the fleet.ListAssociatedFleetsResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2023. All rights reserved.