@Generated(value="software.amazon.awssdk:codegen") public class ListPlatformApplicationsResponse extends software.amazon.awssdk.AmazonWebServiceResult<software.amazon.awssdk.ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListPlatformApplicationsResponse.Builder,ListPlatformApplicationsResponse>
Response for ListPlatformApplications action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPlatformApplicationsResponse.Builder |
| Modifier and Type | Method and 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() |
String |
toString() |
public List<PlatformApplication> platformApplications()
Platform applications returned when calling ListPlatformApplications action.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListPlatformApplicationsResponse.Builder,ListPlatformApplicationsResponse>public static ListPlatformApplicationsResponse.Builder builder()
public static Class<? extends ListPlatformApplicationsResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.