@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEndpointsByPlatformApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input for ListEndpointsByPlatformApplication action.
NOOP| Constructor and Description |
|---|
ListEndpointsByPlatformApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsByPlatformApplicationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records
that are available after the first page results.
|
String |
getPlatformApplicationArn()
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records
that are available after the first page results.
|
void |
setPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
|
String |
toString()
Returns a string representation of this object.
|
ListEndpointsByPlatformApplicationRequest |
withNextToken(String nextToken)
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records
that are available after the first page results.
|
ListEndpointsByPlatformApplicationRequest |
withPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ListEndpointsByPlatformApplicationRequest()
public void setPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
platformApplicationArn - PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.public String getPlatformApplicationArn()
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
public ListEndpointsByPlatformApplicationRequest withPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
platformApplicationArn - PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.public void setNextToken(String nextToken)
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.
nextToken - NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional
records that are available after the first page results.public String getNextToken()
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.
public ListEndpointsByPlatformApplicationRequest withNextToken(String nextToken)
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.
nextToken - NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional
records that are available after the first page results.public String toString()
toString in class ObjectObject.toString()public ListEndpointsByPlatformApplicationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.