ToCopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListApplicationsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>
Represents the output of a ListApplications operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListApplicationsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<String> |
applications() |
A list of application names.
|
static ListApplicationsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
If a large amount of information is returned, an identifier is also returned.
|
static Class<? extends ListApplicationsResponse.Builder> |
serializableBuilderClass() |
|
ListApplicationsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<String> applications()
A list of application names.
public String nextToken()
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
public ListApplicationsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>
public static ListApplicationsResponse.Builder builder()
public static Class<? extends ListApplicationsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.