@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListForecastExportJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListForecastExportJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListForecastExportJobsResult |
clone() |
boolean |
equals(Object obj) |
List<ForecastExportJobSummary> |
getForecastExportJobs()
An array of objects that summarize each export job's properties.
|
String |
getNextToken()
If the response is truncated, Amazon Forecast returns this token.
|
int |
hashCode() |
void |
setForecastExportJobs(Collection<ForecastExportJobSummary> forecastExportJobs)
An array of objects that summarize each export 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.
|
ListForecastExportJobsResult |
withForecastExportJobs(Collection<ForecastExportJobSummary> forecastExportJobs)
An array of objects that summarize each export job's properties.
|
ListForecastExportJobsResult |
withForecastExportJobs(ForecastExportJobSummary... forecastExportJobs)
An array of objects that summarize each export job's properties.
|
ListForecastExportJobsResult |
withNextToken(String nextToken)
If the response is truncated, Amazon Forecast returns this token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ForecastExportJobSummary> getForecastExportJobs()
An array of objects that summarize each export job's properties.
public void setForecastExportJobs(Collection<ForecastExportJobSummary> forecastExportJobs)
An array of objects that summarize each export job's properties.
forecastExportJobs
- An array of objects that summarize each export job's properties.public ListForecastExportJobsResult withForecastExportJobs(ForecastExportJobSummary... forecastExportJobs)
An array of objects that summarize each export job's properties.
NOTE: This method appends the values to the existing list (if any). Use
setForecastExportJobs(java.util.Collection)
or withForecastExportJobs(java.util.Collection)
if
you want to override the existing values.
forecastExportJobs
- An array of objects that summarize each export job's properties.public ListForecastExportJobsResult withForecastExportJobs(Collection<ForecastExportJobSummary> forecastExportJobs)
An array of objects that summarize each export job's properties.
forecastExportJobs
- An array of objects that summarize each export 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 ListForecastExportJobsResult 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 ListForecastExportJobsResult clone()