@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIngressPointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListIngressPointsRequest() |
Modifier and Type | Method and Description |
---|---|
ListIngressPointsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
If you received a pagination token from a previous call to this API, you can provide it here to continue
paginating through the next page of results.
|
Integer |
getPageSize()
The maximum number of ingress endpoint resources that are returned per call.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If you received a pagination token from a previous call to this API, you can provide it here to continue
paginating through the next page of results.
|
void |
setPageSize(Integer pageSize)
The maximum number of ingress endpoint resources that are returned per call.
|
String |
toString()
Returns a string representation of this object.
|
ListIngressPointsRequest |
withNextToken(String nextToken)
If you received a pagination token from a previous call to this API, you can provide it here to continue
paginating through the next page of results.
|
ListIngressPointsRequest |
withPageSize(Integer pageSize)
The maximum number of ingress endpoint resources that are returned per call.
|
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 void setNextToken(String nextToken)
If you received a pagination token from a previous call to this API, you can provide it here to continue paginating through the next page of results.
nextToken
- If you received a pagination token from a previous call to this API, you can provide it here to continue
paginating through the next page of results.public String getNextToken()
If you received a pagination token from a previous call to this API, you can provide it here to continue paginating through the next page of results.
public ListIngressPointsRequest withNextToken(String nextToken)
If you received a pagination token from a previous call to this API, you can provide it here to continue paginating through the next page of results.
nextToken
- If you received a pagination token from a previous call to this API, you can provide it here to continue
paginating through the next page of results.public void setPageSize(Integer pageSize)
The maximum number of ingress endpoint resources that are returned per call. You can use NextToken to obtain further ingress endpoints.
pageSize
- The maximum number of ingress endpoint resources that are returned per call. You can use NextToken to
obtain further ingress endpoints.public Integer getPageSize()
The maximum number of ingress endpoint resources that are returned per call. You can use NextToken to obtain further ingress endpoints.
public ListIngressPointsRequest withPageSize(Integer pageSize)
The maximum number of ingress endpoint resources that are returned per call. You can use NextToken to obtain further ingress endpoints.
pageSize
- The maximum number of ingress endpoint resources that are returned per call. You can use NextToken to
obtain further ingress endpoints.public String toString()
toString
in class Object
Object.toString()
public ListIngressPointsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()