public class ListEndpointsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Gets a list of all existing endpoints that you've created.
Constructor and Description |
---|
ListEndpointsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
EndpointFilter |
getFilter()
Filters the endpoints that are returned.
|
java.lang.Integer |
getMaxResults()
The maximum number of results to return in each page.
|
java.lang.String |
getNextToken()
Identifies the next page of results to return.
|
int |
hashCode() |
void |
setFilter(EndpointFilter filter)
Filters the endpoints that are returned.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in each page.
|
void |
setNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListEndpointsRequest |
withFilter(EndpointFilter filter)
Filters the endpoints that are returned.
|
ListEndpointsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in each page.
|
ListEndpointsRequest |
withNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public EndpointFilter getFilter()
Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time.
Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time.
public void setFilter(EndpointFilter filter)
Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time.
filter
- Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time.
public ListEndpointsRequest withFilter(EndpointFilter filter)
Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time.
Returns a reference to this object so that method calls can be chained together.
filter
- Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time.
public java.lang.String getNextToken()
Identifies the next page of results to return.
Constraints:
Length: 1 -
Identifies the next page of results to return.
public void setNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
Constraints:
Length: 1 -
nextToken
- Identifies the next page of results to return.
public ListEndpointsRequest withNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nextToken
- Identifies the next page of results to return.
public java.lang.Integer getMaxResults()
The maximum number of results to return in each page. The default is 100.
Constraints:
Range: 1 - 500
The maximum number of results to return in each page. The default is 100.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in each page. The default is 100.
Constraints:
Range: 1 - 500
maxResults
- The maximum number of results to return in each page. The default is 100.
public ListEndpointsRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in each page. The default is 100.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 500
maxResults
- The maximum number of results to return in each page. The default is 100.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.