@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTrialsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTrialsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTrialsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreatedAfter()
A filter that returns only trials created after the specified time.
|
Date |
getCreatedBefore()
A filter that returns only trials created before the specified time.
|
String |
getExperimentName()
A filter that returns only trials that are part of the specified experiment.
|
Integer |
getMaxResults()
The maximum number of trials to return in the response.
|
String |
getNextToken()
If the previous call to
ListTrials didn't return the full set of trials, the call returns a token
for getting the next set of trials. |
String |
getSortBy()
The property used to sort results.
|
String |
getSortOrder()
The sort order.
|
String |
getTrialComponentName()
A filter that returns only trials that are associated with the specified trial component.
|
int |
hashCode() |
void |
setCreatedAfter(Date createdAfter)
A filter that returns only trials created after the specified time.
|
void |
setCreatedBefore(Date createdBefore)
A filter that returns only trials created before the specified time.
|
void |
setExperimentName(String experimentName)
A filter that returns only trials that are part of the specified experiment.
|
void |
setMaxResults(Integer maxResults)
The maximum number of trials to return in the response.
|
void |
setNextToken(String nextToken)
If the previous call to
ListTrials didn't return the full set of trials, the call returns a token
for getting the next set of trials. |
void |
setSortBy(String sortBy)
The property used to sort results.
|
void |
setSortOrder(String sortOrder)
The sort order.
|
void |
setTrialComponentName(String trialComponentName)
A filter that returns only trials that are associated with the specified trial component.
|
String |
toString()
Returns a string representation of this object.
|
ListTrialsRequest |
withCreatedAfter(Date createdAfter)
A filter that returns only trials created after the specified time.
|
ListTrialsRequest |
withCreatedBefore(Date createdBefore)
A filter that returns only trials created before the specified time.
|
ListTrialsRequest |
withExperimentName(String experimentName)
A filter that returns only trials that are part of the specified experiment.
|
ListTrialsRequest |
withMaxResults(Integer maxResults)
The maximum number of trials to return in the response.
|
ListTrialsRequest |
withNextToken(String nextToken)
If the previous call to
ListTrials didn't return the full set of trials, the call returns a token
for getting the next set of trials. |
ListTrialsRequest |
withSortBy(SortTrialsBy sortBy)
The property used to sort results.
|
ListTrialsRequest |
withSortBy(String sortBy)
The property used to sort results.
|
ListTrialsRequest |
withSortOrder(SortOrder sortOrder)
The sort order.
|
ListTrialsRequest |
withSortOrder(String sortOrder)
The sort order.
|
ListTrialsRequest |
withTrialComponentName(String trialComponentName)
A filter that returns only trials that are associated with the specified trial component.
|
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 setExperimentName(String experimentName)
A filter that returns only trials that are part of the specified experiment.
experimentName
- A filter that returns only trials that are part of the specified experiment.public String getExperimentName()
A filter that returns only trials that are part of the specified experiment.
public ListTrialsRequest withExperimentName(String experimentName)
A filter that returns only trials that are part of the specified experiment.
experimentName
- A filter that returns only trials that are part of the specified experiment.public void setTrialComponentName(String trialComponentName)
A filter that returns only trials that are associated with the specified trial component.
trialComponentName
- A filter that returns only trials that are associated with the specified trial component.public String getTrialComponentName()
A filter that returns only trials that are associated with the specified trial component.
public ListTrialsRequest withTrialComponentName(String trialComponentName)
A filter that returns only trials that are associated with the specified trial component.
trialComponentName
- A filter that returns only trials that are associated with the specified trial component.public void setCreatedAfter(Date createdAfter)
A filter that returns only trials created after the specified time.
createdAfter
- A filter that returns only trials created after the specified time.public Date getCreatedAfter()
A filter that returns only trials created after the specified time.
public ListTrialsRequest withCreatedAfter(Date createdAfter)
A filter that returns only trials created after the specified time.
createdAfter
- A filter that returns only trials created after the specified time.public void setCreatedBefore(Date createdBefore)
A filter that returns only trials created before the specified time.
createdBefore
- A filter that returns only trials created before the specified time.public Date getCreatedBefore()
A filter that returns only trials created before the specified time.
public ListTrialsRequest withCreatedBefore(Date createdBefore)
A filter that returns only trials created before the specified time.
createdBefore
- A filter that returns only trials created before the specified time.public void setSortBy(String sortBy)
The property used to sort results. The default value is CreationTime
.
sortBy
- The property used to sort results. The default value is CreationTime
.SortTrialsBy
public String getSortBy()
The property used to sort results. The default value is CreationTime
.
CreationTime
.SortTrialsBy
public ListTrialsRequest withSortBy(String sortBy)
The property used to sort results. The default value is CreationTime
.
sortBy
- The property used to sort results. The default value is CreationTime
.SortTrialsBy
public ListTrialsRequest withSortBy(SortTrialsBy sortBy)
The property used to sort results. The default value is CreationTime
.
sortBy
- The property used to sort results. The default value is CreationTime
.SortTrialsBy
public void setSortOrder(String sortOrder)
The sort order. The default value is Descending
.
sortOrder
- The sort order. The default value is Descending
.SortOrder
public String getSortOrder()
The sort order. The default value is Descending
.
Descending
.SortOrder
public ListTrialsRequest withSortOrder(String sortOrder)
The sort order. The default value is Descending
.
sortOrder
- The sort order. The default value is Descending
.SortOrder
public ListTrialsRequest withSortOrder(SortOrder sortOrder)
The sort order. The default value is Descending
.
sortOrder
- The sort order. The default value is Descending
.SortOrder
public void setMaxResults(Integer maxResults)
The maximum number of trials to return in the response. The default value is 10.
maxResults
- The maximum number of trials to return in the response. The default value is 10.public Integer getMaxResults()
The maximum number of trials to return in the response. The default value is 10.
public ListTrialsRequest withMaxResults(Integer maxResults)
The maximum number of trials to return in the response. The default value is 10.
maxResults
- The maximum number of trials to return in the response. The default value is 10.public void setNextToken(String nextToken)
If the previous call to ListTrials
didn't return the full set of trials, the call returns a token
for getting the next set of trials.
nextToken
- If the previous call to ListTrials
didn't return the full set of trials, the call returns a
token for getting the next set of trials.public String getNextToken()
If the previous call to ListTrials
didn't return the full set of trials, the call returns a token
for getting the next set of trials.
ListTrials
didn't return the full set of trials, the call returns a
token for getting the next set of trials.public ListTrialsRequest withNextToken(String nextToken)
If the previous call to ListTrials
didn't return the full set of trials, the call returns a token
for getting the next set of trials.
nextToken
- If the previous call to ListTrials
didn't return the full set of trials, the call returns a
token for getting the next set of trials.public String toString()
toString
in class Object
Object.toString()
public ListTrialsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()