@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateForecastExportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateForecastExportJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateForecastExportJobRequest |
clone() |
boolean |
equals(Object obj) |
DataDestination |
getDestination()
The path to the Amazon S3 bucket where you want to save the forecast and an AWS Identity and Access Management
(IAM) role that Amazon Forecast can assume to access the bucket.
|
String |
getForecastArn()
The Amazon Resource Name (ARN) of the forecast that you want to export.
|
String |
getForecastExportJobName()
The name for the forecast export job.
|
int |
hashCode() |
void |
setDestination(DataDestination destination)
The path to the Amazon S3 bucket where you want to save the forecast and an AWS Identity and Access Management
(IAM) role that Amazon Forecast can assume to access the bucket.
|
void |
setForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the forecast that you want to export.
|
void |
setForecastExportJobName(String forecastExportJobName)
The name for the forecast export job.
|
String |
toString()
Returns a string representation of this object.
|
CreateForecastExportJobRequest |
withDestination(DataDestination destination)
The path to the Amazon S3 bucket where you want to save the forecast and an AWS Identity and Access Management
(IAM) role that Amazon Forecast can assume to access the bucket.
|
CreateForecastExportJobRequest |
withForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the forecast that you want to export.
|
CreateForecastExportJobRequest |
withForecastExportJobName(String forecastExportJobName)
The name for the forecast export job.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setForecastExportJobName(String forecastExportJobName)
The name for the forecast export job.
forecastExportJobName - The name for the forecast export job.public String getForecastExportJobName()
The name for the forecast export job.
public CreateForecastExportJobRequest withForecastExportJobName(String forecastExportJobName)
The name for the forecast export job.
forecastExportJobName - The name for the forecast export job.public void setForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the forecast that you want to export.
forecastArn - The Amazon Resource Name (ARN) of the forecast that you want to export.public String getForecastArn()
The Amazon Resource Name (ARN) of the forecast that you want to export.
public CreateForecastExportJobRequest withForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the forecast that you want to export.
forecastArn - The Amazon Resource Name (ARN) of the forecast that you want to export.public void setDestination(DataDestination destination)
The path to the Amazon S3 bucket where you want to save the forecast and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the bucket.
destination - The path to the Amazon S3 bucket where you want to save the forecast and an AWS Identity and Access
Management (IAM) role that Amazon Forecast can assume to access the bucket.public DataDestination getDestination()
The path to the Amazon S3 bucket where you want to save the forecast and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the bucket.
public CreateForecastExportJobRequest withDestination(DataDestination destination)
The path to the Amazon S3 bucket where you want to save the forecast and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the bucket.
destination - The path to the Amazon S3 bucket where you want to save the forecast and an AWS Identity and Access
Management (IAM) role that Amazon Forecast can assume to access the bucket.public String toString()
toString in class ObjectObject.toString()public CreateForecastExportJobRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.