@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWhatIfForecastExportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateWhatIfForecastExportRequest() |
Modifier and Type | Method and Description |
---|---|
CreateWhatIfForecastExportRequest |
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 Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the location.
|
String |
getFormat()
The format of the exported data, CSV or PARQUET.
|
List<Tag> |
getTags()
A list of tags to
apply to the what if forecast.
|
List<String> |
getWhatIfForecastArns()
The list of what-if forecast Amazon Resource Names (ARNs) to export.
|
String |
getWhatIfForecastExportName()
The name of the what-if forecast to export.
|
int |
hashCode() |
void |
setDestination(DataDestination destination)
The location where you want to save the forecast and an Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the location.
|
void |
setFormat(String format)
The format of the exported data, CSV or PARQUET.
|
void |
setTags(Collection<Tag> tags)
A list of tags to
apply to the what if forecast.
|
void |
setWhatIfForecastArns(Collection<String> whatIfForecastArns)
The list of what-if forecast Amazon Resource Names (ARNs) to export.
|
void |
setWhatIfForecastExportName(String whatIfForecastExportName)
The name of the what-if forecast to export.
|
String |
toString()
Returns a string representation of this object.
|
CreateWhatIfForecastExportRequest |
withDestination(DataDestination destination)
The location where you want to save the forecast and an Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the location.
|
CreateWhatIfForecastExportRequest |
withFormat(String format)
The format of the exported data, CSV or PARQUET.
|
CreateWhatIfForecastExportRequest |
withTags(Collection<Tag> tags)
A list of tags to
apply to the what if forecast.
|
CreateWhatIfForecastExportRequest |
withTags(Tag... tags)
A list of tags to
apply to the what if forecast.
|
CreateWhatIfForecastExportRequest |
withWhatIfForecastArns(Collection<String> whatIfForecastArns)
The list of what-if forecast Amazon Resource Names (ARNs) to export.
|
CreateWhatIfForecastExportRequest |
withWhatIfForecastArns(String... whatIfForecastArns)
The list of what-if forecast Amazon Resource Names (ARNs) to export.
|
CreateWhatIfForecastExportRequest |
withWhatIfForecastExportName(String whatIfForecastExportName)
The name of the what-if forecast to export.
|
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 setWhatIfForecastExportName(String whatIfForecastExportName)
The name of the what-if forecast to export.
whatIfForecastExportName
- The name of the what-if forecast to export.public String getWhatIfForecastExportName()
The name of the what-if forecast to export.
public CreateWhatIfForecastExportRequest withWhatIfForecastExportName(String whatIfForecastExportName)
The name of the what-if forecast to export.
whatIfForecastExportName
- The name of the what-if forecast to export.public List<String> getWhatIfForecastArns()
The list of what-if forecast Amazon Resource Names (ARNs) to export.
public void setWhatIfForecastArns(Collection<String> whatIfForecastArns)
The list of what-if forecast Amazon Resource Names (ARNs) to export.
whatIfForecastArns
- The list of what-if forecast Amazon Resource Names (ARNs) to export.public CreateWhatIfForecastExportRequest withWhatIfForecastArns(String... whatIfForecastArns)
The list of what-if forecast Amazon Resource Names (ARNs) to export.
NOTE: This method appends the values to the existing list (if any). Use
setWhatIfForecastArns(java.util.Collection)
or withWhatIfForecastArns(java.util.Collection)
if
you want to override the existing values.
whatIfForecastArns
- The list of what-if forecast Amazon Resource Names (ARNs) to export.public CreateWhatIfForecastExportRequest withWhatIfForecastArns(Collection<String> whatIfForecastArns)
The list of what-if forecast Amazon Resource Names (ARNs) to export.
whatIfForecastArns
- The list of what-if forecast Amazon Resource Names (ARNs) to export.public void setDestination(DataDestination destination)
The location where you want to save the forecast and an 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 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 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 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 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 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 Key Management Service (KMS) key. The IAM
role must allow Amazon Forecast permission to access the key.
public CreateWhatIfForecastExportRequest withDestination(DataDestination destination)
The location where you want to save the forecast and an 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 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 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 Key Management Service (KMS) key. The IAM
role must allow Amazon Forecast permission to access the key.
public List<Tag> getTags()
A list of tags to apply to the what if forecast.
public void setTags(Collection<Tag> tags)
A list of tags to apply to the what if forecast.
tags
- A list of tags to apply to
the what if forecast.public CreateWhatIfForecastExportRequest withTags(Tag... tags)
A list of tags to apply to the what if forecast.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of tags to apply to
the what if forecast.public CreateWhatIfForecastExportRequest withTags(Collection<Tag> tags)
A list of tags to apply to the what if forecast.
tags
- A list of tags to apply to
the what if forecast.public void setFormat(String format)
The format of the exported data, CSV or PARQUET.
format
- The format of the exported data, CSV or PARQUET.public String getFormat()
The format of the exported data, CSV or PARQUET.
public CreateWhatIfForecastExportRequest withFormat(String format)
The format of the exported data, CSV or PARQUET.
format
- The format of the exported data, CSV or PARQUET.public String toString()
toString
in class Object
Object.toString()
public CreateWhatIfForecastExportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()