@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPredictorBacktestExportJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListPredictorBacktestExportJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListPredictorBacktestExportJobsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Returns this token if the response is truncated.
|
List<PredictorBacktestExportJobSummary> |
getPredictorBacktestExportJobs()
An array of objects that summarize the properties of each predictor backtest export job.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Returns this token if the response is truncated.
|
void |
setPredictorBacktestExportJobs(Collection<PredictorBacktestExportJobSummary> predictorBacktestExportJobs)
An array of objects that summarize the properties of each predictor backtest export job.
|
String |
toString()
Returns a string representation of this object.
|
ListPredictorBacktestExportJobsResult |
withNextToken(String nextToken)
Returns this token if the response is truncated.
|
ListPredictorBacktestExportJobsResult |
withPredictorBacktestExportJobs(Collection<PredictorBacktestExportJobSummary> predictorBacktestExportJobs)
An array of objects that summarize the properties of each predictor backtest export job.
|
ListPredictorBacktestExportJobsResult |
withPredictorBacktestExportJobs(PredictorBacktestExportJobSummary... predictorBacktestExportJobs)
An array of objects that summarize the properties of each predictor backtest export job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListPredictorBacktestExportJobsResult()
public List<PredictorBacktestExportJobSummary> getPredictorBacktestExportJobs()
An array of objects that summarize the properties of each predictor backtest export job.
public void setPredictorBacktestExportJobs(Collection<PredictorBacktestExportJobSummary> predictorBacktestExportJobs)
An array of objects that summarize the properties of each predictor backtest export job.
predictorBacktestExportJobs
- An array of objects that summarize the properties of each predictor backtest export job.public ListPredictorBacktestExportJobsResult withPredictorBacktestExportJobs(PredictorBacktestExportJobSummary... predictorBacktestExportJobs)
An array of objects that summarize the properties of each predictor backtest export job.
NOTE: This method appends the values to the existing list (if any). Use
setPredictorBacktestExportJobs(java.util.Collection)
or
withPredictorBacktestExportJobs(java.util.Collection)
if you want to override the existing values.
predictorBacktestExportJobs
- An array of objects that summarize the properties of each predictor backtest export job.public ListPredictorBacktestExportJobsResult withPredictorBacktestExportJobs(Collection<PredictorBacktestExportJobSummary> predictorBacktestExportJobs)
An array of objects that summarize the properties of each predictor backtest export job.
predictorBacktestExportJobs
- An array of objects that summarize the properties of each predictor backtest export job.public void setNextToken(String nextToken)
Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.
nextToken
- Returns this token if the response is truncated. To retrieve the next set of results, use the token in the
next request.public String getNextToken()
Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.
public ListPredictorBacktestExportJobsResult withNextToken(String nextToken)
Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.
nextToken
- Returns this token if the response is truncated. To retrieve the next set of results, use the token in the
next request.public String toString()
toString
in class Object
Object.toString()
public ListPredictorBacktestExportJobsResult clone()