@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInferenceExperimentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListInferenceExperimentsRequest() |
Modifier and Type | Method and Description |
---|---|
ListInferenceExperimentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
Selects inference experiments which were created after this timestamp.
|
Date |
getCreationTimeBefore()
Selects inference experiments which were created before this timestamp.
|
Date |
getLastModifiedTimeAfter()
Selects inference experiments which were last modified after this timestamp.
|
Date |
getLastModifiedTimeBefore()
Selects inference experiments which were last modified before this timestamp.
|
Integer |
getMaxResults()
The maximum number of results to select.
|
String |
getNameContains()
Selects inference experiments whose names contain this name.
|
String |
getNextToken()
The response from the last list when returning a list large enough to need tokening.
|
String |
getSortBy()
The column by which to sort the listed inference experiments.
|
String |
getSortOrder()
The direction of sorting (ascending or descending).
|
String |
getStatusEquals()
Selects inference experiments which are in this status.
|
String |
getType()
Selects inference experiments of this type.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
Selects inference experiments which were created after this timestamp.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
Selects inference experiments which were created before this timestamp.
|
void |
setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Selects inference experiments which were last modified after this timestamp.
|
void |
setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Selects inference experiments which were last modified before this timestamp.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to select.
|
void |
setNameContains(String nameContains)
Selects inference experiments whose names contain this name.
|
void |
setNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
|
void |
setSortBy(String sortBy)
The column by which to sort the listed inference experiments.
|
void |
setSortOrder(String sortOrder)
The direction of sorting (ascending or descending).
|
void |
setStatusEquals(String statusEquals)
Selects inference experiments which are in this status.
|
void |
setType(String type)
Selects inference experiments of this type.
|
String |
toString()
Returns a string representation of this object.
|
ListInferenceExperimentsRequest |
withCreationTimeAfter(Date creationTimeAfter)
Selects inference experiments which were created after this timestamp.
|
ListInferenceExperimentsRequest |
withCreationTimeBefore(Date creationTimeBefore)
Selects inference experiments which were created before this timestamp.
|
ListInferenceExperimentsRequest |
withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Selects inference experiments which were last modified after this timestamp.
|
ListInferenceExperimentsRequest |
withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Selects inference experiments which were last modified before this timestamp.
|
ListInferenceExperimentsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to select.
|
ListInferenceExperimentsRequest |
withNameContains(String nameContains)
Selects inference experiments whose names contain this name.
|
ListInferenceExperimentsRequest |
withNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
|
ListInferenceExperimentsRequest |
withSortBy(SortInferenceExperimentsBy sortBy)
The column by which to sort the listed inference experiments.
|
ListInferenceExperimentsRequest |
withSortBy(String sortBy)
The column by which to sort the listed inference experiments.
|
ListInferenceExperimentsRequest |
withSortOrder(SortOrder sortOrder)
The direction of sorting (ascending or descending).
|
ListInferenceExperimentsRequest |
withSortOrder(String sortOrder)
The direction of sorting (ascending or descending).
|
ListInferenceExperimentsRequest |
withStatusEquals(InferenceExperimentStatus statusEquals)
Selects inference experiments which are in this status.
|
ListInferenceExperimentsRequest |
withStatusEquals(String statusEquals)
Selects inference experiments which are in this status.
|
ListInferenceExperimentsRequest |
withType(InferenceExperimentType type)
Selects inference experiments of this type.
|
ListInferenceExperimentsRequest |
withType(String type)
Selects inference experiments of this type.
|
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 setNameContains(String nameContains)
Selects inference experiments whose names contain this name.
nameContains
- Selects inference experiments whose names contain this name.public String getNameContains()
Selects inference experiments whose names contain this name.
public ListInferenceExperimentsRequest withNameContains(String nameContains)
Selects inference experiments whose names contain this name.
nameContains
- Selects inference experiments whose names contain this name.public void setType(String type)
Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.
type
- Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.InferenceExperimentType
public String getType()
Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.
InferenceExperimentType
public ListInferenceExperimentsRequest withType(String type)
Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.
type
- Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.InferenceExperimentType
public ListInferenceExperimentsRequest withType(InferenceExperimentType type)
Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.
type
- Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.InferenceExperimentType
public void setStatusEquals(String statusEquals)
Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.
statusEquals
- Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.InferenceExperimentStatus
public String getStatusEquals()
Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.
InferenceExperimentStatus
public ListInferenceExperimentsRequest withStatusEquals(String statusEquals)
Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.
statusEquals
- Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.InferenceExperimentStatus
public ListInferenceExperimentsRequest withStatusEquals(InferenceExperimentStatus statusEquals)
Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.
statusEquals
- Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.InferenceExperimentStatus
public void setCreationTimeAfter(Date creationTimeAfter)
Selects inference experiments which were created after this timestamp.
creationTimeAfter
- Selects inference experiments which were created after this timestamp.public Date getCreationTimeAfter()
Selects inference experiments which were created after this timestamp.
public ListInferenceExperimentsRequest withCreationTimeAfter(Date creationTimeAfter)
Selects inference experiments which were created after this timestamp.
creationTimeAfter
- Selects inference experiments which were created after this timestamp.public void setCreationTimeBefore(Date creationTimeBefore)
Selects inference experiments which were created before this timestamp.
creationTimeBefore
- Selects inference experiments which were created before this timestamp.public Date getCreationTimeBefore()
Selects inference experiments which were created before this timestamp.
public ListInferenceExperimentsRequest withCreationTimeBefore(Date creationTimeBefore)
Selects inference experiments which were created before this timestamp.
creationTimeBefore
- Selects inference experiments which were created before this timestamp.public void setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Selects inference experiments which were last modified after this timestamp.
lastModifiedTimeAfter
- Selects inference experiments which were last modified after this timestamp.public Date getLastModifiedTimeAfter()
Selects inference experiments which were last modified after this timestamp.
public ListInferenceExperimentsRequest withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
Selects inference experiments which were last modified after this timestamp.
lastModifiedTimeAfter
- Selects inference experiments which were last modified after this timestamp.public void setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Selects inference experiments which were last modified before this timestamp.
lastModifiedTimeBefore
- Selects inference experiments which were last modified before this timestamp.public Date getLastModifiedTimeBefore()
Selects inference experiments which were last modified before this timestamp.
public ListInferenceExperimentsRequest withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
Selects inference experiments which were last modified before this timestamp.
lastModifiedTimeBefore
- Selects inference experiments which were last modified before this timestamp.public void setSortBy(String sortBy)
The column by which to sort the listed inference experiments.
sortBy
- The column by which to sort the listed inference experiments.SortInferenceExperimentsBy
public String getSortBy()
The column by which to sort the listed inference experiments.
SortInferenceExperimentsBy
public ListInferenceExperimentsRequest withSortBy(String sortBy)
The column by which to sort the listed inference experiments.
sortBy
- The column by which to sort the listed inference experiments.SortInferenceExperimentsBy
public ListInferenceExperimentsRequest withSortBy(SortInferenceExperimentsBy sortBy)
The column by which to sort the listed inference experiments.
sortBy
- The column by which to sort the listed inference experiments.SortInferenceExperimentsBy
public void setSortOrder(String sortOrder)
The direction of sorting (ascending or descending).
sortOrder
- The direction of sorting (ascending or descending).SortOrder
public String getSortOrder()
The direction of sorting (ascending or descending).
SortOrder
public ListInferenceExperimentsRequest withSortOrder(String sortOrder)
The direction of sorting (ascending or descending).
sortOrder
- The direction of sorting (ascending or descending).SortOrder
public ListInferenceExperimentsRequest withSortOrder(SortOrder sortOrder)
The direction of sorting (ascending or descending).
sortOrder
- The direction of sorting (ascending or descending).SortOrder
public void setNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
nextToken
- The response from the last list when returning a list large enough to need tokening.public String getNextToken()
The response from the last list when returning a list large enough to need tokening.
public ListInferenceExperimentsRequest withNextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
nextToken
- The response from the last list when returning a list large enough to need tokening.public void setMaxResults(Integer maxResults)
The maximum number of results to select.
maxResults
- The maximum number of results to select.public Integer getMaxResults()
The maximum number of results to select.
public ListInferenceExperimentsRequest withMaxResults(Integer maxResults)
The maximum number of results to select.
maxResults
- The maximum number of results to select.public String toString()
toString
in class Object
Object.toString()
public ListInferenceExperimentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()