@Generated(value="software.amazon.awssdk:codegen") public class ListPlatformApplicationsRequest extends software.amazon.awssdk.AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListPlatformApplicationsRequest.Builder,ListPlatformApplicationsRequest>
Input for ListPlatformApplications action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPlatformApplicationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListPlatformApplicationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
nextToken()
NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are
available after the first page results.
|
static Class<? extends ListPlatformApplicationsRequest.Builder> |
serializableBuilderClass() |
ListPlatformApplicationsRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setSdkClientExecutionTimeout, withGeneralProgressListener, withSdkClientExecutionTimeoutpublic String nextToken()
NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.
public ListPlatformApplicationsRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListPlatformApplicationsRequest.Builder,ListPlatformApplicationsRequest>public static ListPlatformApplicationsRequest.Builder builder()
public static Class<? extends ListPlatformApplicationsRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.