public static interface ListAppsResponse.Builder extends SmsResponse.Builder, SdkPojo, CopyableBuilder<ListAppsResponse.Builder,ListAppsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppsResponse.Builder |
apps(AppSummary... apps)
The application summaries.
|
ListAppsResponse.Builder |
apps(Collection<AppSummary> apps)
The application summaries.
|
ListAppsResponse.Builder |
apps(Consumer<AppSummary.Builder>... apps)
The application summaries.
|
ListAppsResponse.Builder |
nextToken(String nextToken)
The token required to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppsResponse.Builder apps(Collection<AppSummary> apps)
The application summaries.
apps - The application summaries.ListAppsResponse.Builder apps(AppSummary... apps)
The application summaries.
apps - The application summaries.ListAppsResponse.Builder apps(Consumer<AppSummary.Builder>... apps)
The application summaries.
This is a convenience method that creates an instance of theAppSummary.Builder avoiding the need to create one manually
via AppSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #apps(List.
apps - a consumer that will call methods on
AppSummary.Builder#apps(java.util.Collection) ListAppsResponse.Builder nextToken(String nextToken)
The token required to retrieve the next set of results. This value is null when there are no more results to return.
nextToken - The token required to retrieve the next set of results. This value is null when there are no more
results to return.Copyright © 2022. All rights reserved.