@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateForecastExportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateForecastExportJobResult() |
Modifier and Type | Method and Description |
---|---|
CreateForecastExportJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getForecastExportJobArn()
The Amazon Resource Name (ARN) of the export job.
|
int |
hashCode() |
void |
setForecastExportJobArn(String forecastExportJobArn)
The Amazon Resource Name (ARN) of the export job.
|
String |
toString()
Returns a string representation of this object.
|
CreateForecastExportJobResult |
withForecastExportJobArn(String forecastExportJobArn)
The Amazon Resource Name (ARN) of the export job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setForecastExportJobArn(String forecastExportJobArn)
The Amazon Resource Name (ARN) of the export job.
forecastExportJobArn
- The Amazon Resource Name (ARN) of the export job.public String getForecastExportJobArn()
The Amazon Resource Name (ARN) of the export job.
public CreateForecastExportJobResult withForecastExportJobArn(String forecastExportJobArn)
The Amazon Resource Name (ARN) of the export job.
forecastExportJobArn
- The Amazon Resource Name (ARN) of the export job.public String toString()
toString
in class Object
Object.toString()
public CreateForecastExportJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.