@Generated(value="software.amazon.awssdk:codegen") public class ListApplicationsResponse extends ServerlessApplicationRepositoryResponse implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListApplicationsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationSummary> |
applications()
Array of application summaries.
|
static ListApplicationsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
The token to request the next page of results.
|
static Class<? extends ListApplicationsResponse.Builder> |
serializableBuilderClass() |
ListApplicationsResponse.Builder |
toBuilder() |
String |
toString() |
public List<ApplicationSummary> applications()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String nextToken()
public ListApplicationsResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>toBuilder in class AwsResponsepublic static ListApplicationsResponse.Builder builder()
public static Class<? extends ListApplicationsResponse.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.