@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAlgorithmsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAlgorithmsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAlgorithmsRequest |
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 algorithms created after the specified time (timestamp).
|
Date |
getCreationTimeBefore()
A filter that returns only algorithms created before the specified time (timestamp).
|
Integer |
getMaxResults()
The maximum number of algorithms to return in the response.
|
String |
getNameContains()
A string in the algorithm name.
|
String |
getNextToken()
If the response to a previous
ListAlgorithms request was truncated, the response includes a
NextToken . |
String |
getSortBy()
The parameter by which to sort the results.
|
String |
getSortOrder()
The sort order for the results.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only algorithms created after the specified time (timestamp).
|
void |
setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only algorithms created before the specified time (timestamp).
|
void |
setMaxResults(Integer maxResults)
The maximum number of algorithms to return in the response.
|
void |
setNameContains(String nameContains)
A string in the algorithm name.
|
void |
setNextToken(String nextToken)
If the response to a previous
ListAlgorithms request was truncated, the response includes a
NextToken . |
void |
setSortBy(String sortBy)
The parameter by which to sort the results.
|
void |
setSortOrder(String sortOrder)
The sort order for the results.
|
String |
toString()
Returns a string representation of this object.
|
ListAlgorithmsRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only algorithms created after the specified time (timestamp).
|
ListAlgorithmsRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only algorithms created before the specified time (timestamp).
|
ListAlgorithmsRequest |
withMaxResults(Integer maxResults)
The maximum number of algorithms to return in the response.
|
ListAlgorithmsRequest |
withNameContains(String nameContains)
A string in the algorithm name.
|
ListAlgorithmsRequest |
withNextToken(String nextToken)
If the response to a previous
ListAlgorithms request was truncated, the response includes a
NextToken . |
ListAlgorithmsRequest |
withSortBy(AlgorithmSortBy sortBy)
The parameter by which to sort the results.
|
ListAlgorithmsRequest |
withSortBy(String sortBy)
The parameter by which to sort the results.
|
ListAlgorithmsRequest |
withSortOrder(SortOrder sortOrder)
The sort order for the results.
|
ListAlgorithmsRequest |
withSortOrder(String sortOrder)
The sort order for the 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, withSdkRequestTimeout
public void setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only algorithms created after the specified time (timestamp).
creationTimeAfter
- A filter that returns only algorithms created after the specified time (timestamp).public Date getCreationTimeAfter()
A filter that returns only algorithms created after the specified time (timestamp).
public ListAlgorithmsRequest withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only algorithms created after the specified time (timestamp).
creationTimeAfter
- A filter that returns only algorithms created after the specified time (timestamp).public void setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only algorithms created before the specified time (timestamp).
creationTimeBefore
- A filter that returns only algorithms created before the specified time (timestamp).public Date getCreationTimeBefore()
A filter that returns only algorithms created before the specified time (timestamp).
public ListAlgorithmsRequest withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only algorithms created before the specified time (timestamp).
creationTimeBefore
- A filter that returns only algorithms created before the specified time (timestamp).public void setMaxResults(Integer maxResults)
The maximum number of algorithms to return in the response.
maxResults
- The maximum number of algorithms to return in the response.public Integer getMaxResults()
The maximum number of algorithms to return in the response.
public ListAlgorithmsRequest withMaxResults(Integer maxResults)
The maximum number of algorithms to return in the response.
maxResults
- The maximum number of algorithms to return in the response.public void setNameContains(String nameContains)
A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.
nameContains
- A string in the algorithm name. This filter returns only algorithms whose name contains the specified
string.public String getNameContains()
A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.
public ListAlgorithmsRequest withNameContains(String nameContains)
A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.
nameContains
- A string in the algorithm name. This filter returns only algorithms whose name contains the specified
string.public void setNextToken(String nextToken)
If the response to a previous ListAlgorithms
request was truncated, the response includes a
NextToken
. To retrieve the next set of algorithms, use the token in the next request.
nextToken
- If the response to a previous ListAlgorithms
request was truncated, the response includes a
NextToken
. To retrieve the next set of algorithms, use the token in the next request.public String getNextToken()
If the response to a previous ListAlgorithms
request was truncated, the response includes a
NextToken
. To retrieve the next set of algorithms, use the token in the next request.
ListAlgorithms
request was truncated, the response includes a
NextToken
. To retrieve the next set of algorithms, use the token in the next request.public ListAlgorithmsRequest withNextToken(String nextToken)
If the response to a previous ListAlgorithms
request was truncated, the response includes a
NextToken
. To retrieve the next set of algorithms, use the token in the next request.
nextToken
- If the response to a previous ListAlgorithms
request was truncated, the response includes a
NextToken
. To retrieve the next set of algorithms, use the token in the next request.public void setSortBy(String sortBy)
The parameter by which to sort the results. The default is CreationTime
.
sortBy
- The parameter by which to sort the results. The default is CreationTime
.AlgorithmSortBy
public String getSortBy()
The parameter by which to sort the results. The default is CreationTime
.
CreationTime
.AlgorithmSortBy
public ListAlgorithmsRequest withSortBy(String sortBy)
The parameter by which to sort the results. The default is CreationTime
.
sortBy
- The parameter by which to sort the results. The default is CreationTime
.AlgorithmSortBy
public ListAlgorithmsRequest withSortBy(AlgorithmSortBy sortBy)
The parameter by which to sort the results. The default is CreationTime
.
sortBy
- The parameter by which to sort the results. The default is CreationTime
.AlgorithmSortBy
public void setSortOrder(String sortOrder)
The sort order for the results. The default is Ascending
.
sortOrder
- The sort order for the results. The default is Ascending
.SortOrder
public String getSortOrder()
The sort order for the results. The default is Ascending
.
Ascending
.SortOrder
public ListAlgorithmsRequest withSortOrder(String sortOrder)
The sort order for the results. The default is Ascending
.
sortOrder
- The sort order for the results. The default is Ascending
.SortOrder
public ListAlgorithmsRequest withSortOrder(SortOrder sortOrder)
The sort order for the results. The default is Ascending
.
sortOrder
- The sort order for the results. The default is Ascending
.SortOrder
public String toString()
toString
in class Object
Object.toString()
public ListAlgorithmsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()