@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DataDestination |
getDestination()
The location where you want to save the forecast and an AWS Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the location.
|
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 location where you want to save the forecast and an AWS Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the location.
|
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 location where you want to save the forecast and an AWS Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the location.
|
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, 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 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 location where you want to save the forecast and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the location. The forecast must be exported to an Amazon S3 bucket.
If encryption is used, Destination
must include an AWS Key Management Service (KMS) key. The IAM
role must allow Amazon Forecast permission to access the key.
destination
- The location where you want to save the forecast and an AWS Identity and Access Management (IAM) role that
Amazon Forecast can assume to access the location. The forecast must be exported to an Amazon S3
bucket.
If encryption is used, Destination
must include an AWS Key Management Service (KMS) key. The
IAM role must allow Amazon Forecast permission to access the key.
public DataDestination getDestination()
The location where you want to save the forecast and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the location. The forecast must be exported to an Amazon S3 bucket.
If encryption is used, Destination
must include an AWS Key Management Service (KMS) key. The IAM
role must allow Amazon Forecast permission to access the key.
If encryption is used, Destination
must include an AWS Key Management Service (KMS) key. The
IAM role must allow Amazon Forecast permission to access the key.
public CreateForecastExportJobRequest withDestination(DataDestination destination)
The location where you want to save the forecast and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the location. The forecast must be exported to an Amazon S3 bucket.
If encryption is used, Destination
must include an AWS Key Management Service (KMS) key. The IAM
role must allow Amazon Forecast permission to access the key.
destination
- The location where you want to save the forecast and an AWS Identity and Access Management (IAM) role that
Amazon Forecast can assume to access the location. The forecast must be exported to an Amazon S3
bucket.
If encryption is used, Destination
must include an AWS Key Management Service (KMS) key. The
IAM role must allow Amazon Forecast permission to access the key.
public String toString()
toString
in class Object
Object.toString()
public CreateForecastExportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.