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