@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDatasetImportJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDatasetImportJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListDatasetImportJobsResult |
clone() |
boolean |
equals(Object obj) |
List<DatasetImportJobSummary> |
getDatasetImportJobs()
An array of objects that summarize each dataset import job's properties.
|
String |
getNextToken()
If the response is truncated, Amazon Forecast returns this token.
|
int |
hashCode() |
void |
setDatasetImportJobs(Collection<DatasetImportJobSummary> datasetImportJobs)
An array of objects that summarize each dataset import job's properties.
|
void |
setNextToken(String nextToken)
If the response is truncated, Amazon Forecast returns this token.
|
String |
toString()
Returns a string representation of this object.
|
ListDatasetImportJobsResult |
withDatasetImportJobs(Collection<DatasetImportJobSummary> datasetImportJobs)
An array of objects that summarize each dataset import job's properties.
|
ListDatasetImportJobsResult |
withDatasetImportJobs(DatasetImportJobSummary... datasetImportJobs)
An array of objects that summarize each dataset import job's properties.
|
ListDatasetImportJobsResult |
withNextToken(String nextToken)
If the response is truncated, Amazon Forecast returns this token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DatasetImportJobSummary> getDatasetImportJobs()
An array of objects that summarize each dataset import job's properties.
public void setDatasetImportJobs(Collection<DatasetImportJobSummary> datasetImportJobs)
An array of objects that summarize each dataset import job's properties.
datasetImportJobs
- An array of objects that summarize each dataset import job's properties.public ListDatasetImportJobsResult withDatasetImportJobs(DatasetImportJobSummary... datasetImportJobs)
An array of objects that summarize each dataset import job's properties.
NOTE: This method appends the values to the existing list (if any). Use
setDatasetImportJobs(java.util.Collection)
or withDatasetImportJobs(java.util.Collection)
if
you want to override the existing values.
datasetImportJobs
- An array of objects that summarize each dataset import job's properties.public ListDatasetImportJobsResult withDatasetImportJobs(Collection<DatasetImportJobSummary> datasetImportJobs)
An array of objects that summarize each dataset import job's properties.
datasetImportJobs
- An array of objects that summarize each dataset import job's properties.public void setNextToken(String nextToken)
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.
nextToken
- If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use
the token in the next request.public String getNextToken()
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.
public ListDatasetImportJobsResult withNextToken(String nextToken)
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.
nextToken
- If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use
the token in the next request.public String toString()
toString
in class Object
Object.toString()
public ListDatasetImportJobsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.