ToCopyableBuilder<ListPlatformApplicationsResponse.Builder,ListPlatformApplicationsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListPlatformApplicationsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListPlatformApplicationsResponse.Builder,ListPlatformApplicationsResponse>
Response for ListPlatformApplications action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListPlatformApplicationsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListPlatformApplicationsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
NextToken string is returned when calling ListPlatformApplications action if additional records are available
after the first page results.
|
List<PlatformApplication> |
platformApplications() |
Platform applications returned when calling ListPlatformApplications action.
|
static Class<? extends ListPlatformApplicationsResponse.Builder> |
serializableBuilderClass() |
|
ListPlatformApplicationsResponse.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<PlatformApplication> platformApplications()
Platform applications returned when calling ListPlatformApplications action.
public String nextToken()
NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.
public ListPlatformApplicationsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListPlatformApplicationsResponse.Builder,ListPlatformApplicationsResponse>
public static ListPlatformApplicationsResponse.Builder builder()
public static Class<? extends ListPlatformApplicationsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.