@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEndpointConfigsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEndpointConfigsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEndpointConfigsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
A filter that returns only endpoint configurations with a creation time greater than or equal to the specified
time (timestamp).
|
Date |
getCreationTimeBefore()
A filter that returns only endpoint configurations created before the specified time (timestamp).
|
Integer |
getMaxResults()
The maximum number of training jobs to return in the response.
|
String |
getNameContains()
A string in the endpoint configuration name.
|
String |
getNextToken()
If the result of the previous
ListEndpointConfig request was truncated, the response includes a
NextToken. |
String |
getSortBy()
The field to sort results by.
|
String |
getSortOrder()
The sort order for results.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only endpoint configurations with a creation time greater than or equal to the specified
time (timestamp).
|
void |
setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only endpoint configurations created before the specified time (timestamp).
|
void |
setMaxResults(Integer maxResults)
The maximum number of training jobs to return in the response.
|
void |
setNameContains(String nameContains)
A string in the endpoint configuration name.
|
void |
setNextToken(String nextToken)
If the result of the previous
ListEndpointConfig request was truncated, the response includes a
NextToken. |
void |
setSortBy(String sortBy)
The field to sort results by.
|
void |
setSortOrder(String sortOrder)
The sort order for results.
|
String |
toString()
Returns a string representation of this object.
|
ListEndpointConfigsRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only endpoint configurations with a creation time greater than or equal to the specified
time (timestamp).
|
ListEndpointConfigsRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only endpoint configurations created before the specified time (timestamp).
|
ListEndpointConfigsRequest |
withMaxResults(Integer maxResults)
The maximum number of training jobs to return in the response.
|
ListEndpointConfigsRequest |
withNameContains(String nameContains)
A string in the endpoint configuration name.
|
ListEndpointConfigsRequest |
withNextToken(String nextToken)
If the result of the previous
ListEndpointConfig request was truncated, the response includes a
NextToken. |
ListEndpointConfigsRequest |
withSortBy(EndpointConfigSortKey sortBy)
The field to sort results by.
|
ListEndpointConfigsRequest |
withSortBy(String sortBy)
The field to sort results by.
|
ListEndpointConfigsRequest |
withSortOrder(OrderKey sortOrder)
The sort order for results.
|
ListEndpointConfigsRequest |
withSortOrder(String sortOrder)
The sort order for results.
|
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, withSdkRequestTimeoutpublic void setSortBy(String sortBy)
The field to sort results by. The default is CreationTime.
sortBy - The field to sort results by. The default is CreationTime.EndpointConfigSortKeypublic String getSortBy()
The field to sort results by. The default is CreationTime.
CreationTime.EndpointConfigSortKeypublic ListEndpointConfigsRequest withSortBy(String sortBy)
The field to sort results by. The default is CreationTime.
sortBy - The field to sort results by. The default is CreationTime.EndpointConfigSortKeypublic ListEndpointConfigsRequest withSortBy(EndpointConfigSortKey sortBy)
The field to sort results by. The default is CreationTime.
sortBy - The field to sort results by. The default is CreationTime.EndpointConfigSortKeypublic void setSortOrder(String sortOrder)
The sort order for results. The default is Descending.
sortOrder - The sort order for results. The default is Descending.OrderKeypublic String getSortOrder()
The sort order for results. The default is Descending.
Descending.OrderKeypublic ListEndpointConfigsRequest withSortOrder(String sortOrder)
The sort order for results. The default is Descending.
sortOrder - The sort order for results. The default is Descending.OrderKeypublic ListEndpointConfigsRequest withSortOrder(OrderKey sortOrder)
The sort order for results. The default is Descending.
sortOrder - The sort order for results. The default is Descending.OrderKeypublic void setNextToken(String nextToken)
If the result of the previous ListEndpointConfig request was truncated, the response includes a
NextToken. To retrieve the next set of endpoint configurations, use the token in the next request.
nextToken - If the result of the previous ListEndpointConfig request was truncated, the response includes
a NextToken. To retrieve the next set of endpoint configurations, use the token in the next
request.public String getNextToken()
If the result of the previous ListEndpointConfig request was truncated, the response includes a
NextToken. To retrieve the next set of endpoint configurations, use the token in the next request.
ListEndpointConfig request was truncated, the response
includes a NextToken. To retrieve the next set of endpoint configurations, use the token in
the next request.public ListEndpointConfigsRequest withNextToken(String nextToken)
If the result of the previous ListEndpointConfig request was truncated, the response includes a
NextToken. To retrieve the next set of endpoint configurations, use the token in the next request.
nextToken - If the result of the previous ListEndpointConfig request was truncated, the response includes
a NextToken. To retrieve the next set of endpoint configurations, use the token in the next
request.public void setMaxResults(Integer maxResults)
The maximum number of training jobs to return in the response.
maxResults - The maximum number of training jobs to return in the response.public Integer getMaxResults()
The maximum number of training jobs to return in the response.
public ListEndpointConfigsRequest withMaxResults(Integer maxResults)
The maximum number of training jobs to return in the response.
maxResults - The maximum number of training jobs to return in the response.public void setNameContains(String nameContains)
A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.
nameContains - A string in the endpoint configuration name. This filter returns only endpoint configurations whose name
contains the specified string.public String getNameContains()
A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.
public ListEndpointConfigsRequest withNameContains(String nameContains)
A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.
nameContains - A string in the endpoint configuration name. This filter returns only endpoint configurations whose name
contains the specified string.public void setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only endpoint configurations created before the specified time (timestamp).
creationTimeBefore - A filter that returns only endpoint configurations created before the specified time (timestamp).public Date getCreationTimeBefore()
A filter that returns only endpoint configurations created before the specified time (timestamp).
public ListEndpointConfigsRequest withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only endpoint configurations created before the specified time (timestamp).
creationTimeBefore - A filter that returns only endpoint configurations created before the specified time (timestamp).public void setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).
creationTimeAfter - A filter that returns only endpoint configurations with a creation time greater than or equal to the
specified time (timestamp).public Date getCreationTimeAfter()
A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).
public ListEndpointConfigsRequest withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).
creationTimeAfter - A filter that returns only endpoint configurations with a creation time greater than or equal to the
specified time (timestamp).public String toString()
toString in class ObjectObject.toString()public ListEndpointConfigsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()