@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public ListEndpointsByPlatformApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()