@Generated(value="software.amazon.awssdk:codegen") public final class DescribeForecastExportJobResponse extends ForecastResponse implements ToCopyableBuilder<DescribeForecastExportJobResponse.Builder,DescribeForecastExportJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeForecastExportJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeForecastExportJobResponse.Builder |
builder() |
Instant |
creationTime()
When the forecast export job was created.
|
DataDestination |
destination()
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
forecastArn()
The Amazon Resource Name (ARN) of the exported forecast.
|
String |
forecastExportJobArn()
The ARN of the forecast export job.
|
String |
forecastExportJobName()
The name of the forecast export job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModificationTime()
When the last successful export job finished.
|
String |
message()
If an error occurred, an informational message about the error.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeForecastExportJobResponse.Builder> |
serializableBuilderClass() |
String |
status()
The status of the forecast export job.
|
DescribeForecastExportJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String forecastExportJobArn()
The ARN of the forecast export job.
public String forecastExportJobName()
The name of the forecast export job.
public String forecastArn()
The Amazon Resource Name (ARN) of the exported forecast.
public DataDestination destination()
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
public String message()
If an error occurred, an informational message about the error.
public String status()
The status of the forecast export job. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
The Status of the forecast export job must be ACTIVE before you can access the forecast
in your S3 bucket.
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
The Status of the forecast export job must be ACTIVE before you can access the
forecast in your S3 bucket.
public Instant creationTime()
When the forecast export job was created.
public Instant lastModificationTime()
When the last successful export job finished.
public DescribeForecastExportJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeForecastExportJobResponse.Builder,DescribeForecastExportJobResponse>toBuilder in class AwsResponsepublic static DescribeForecastExportJobResponse.Builder builder()
public static Class<? extends DescribeForecastExportJobResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.