@Generated(value="software.amazon.awssdk:codegen") public final class WhatIfForecastSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WhatIfForecastSummary.Builder,WhatIfForecastSummary>
Provides a summary of the what-if forecast properties used in the ListWhatIfForecasts operation. To get the
complete set of properties, call the DescribeWhatIfForecast operation, and provide the
WhatIfForecastArn that is listed in the summary.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WhatIfForecastSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WhatIfForecastSummary.Builder |
builder() |
Instant |
creationTime()
When the what-if forecast was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModificationTime()
The last time the resource was modified.
|
String |
message()
If an error occurred, an informational message about the error.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WhatIfForecastSummary.Builder> |
serializableBuilderClass() |
String |
status()
The status of the what-if forecast.
|
WhatIfForecastSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
whatIfAnalysisArn()
The Amazon Resource Name (ARN) of the what-if analysis that contains this what-if forecast.
|
String |
whatIfForecastArn()
The Amazon Resource Name (ARN) of the what-if forecast.
|
String |
whatIfForecastName()
The name of the what-if forecast.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String whatIfForecastArn()
The Amazon Resource Name (ARN) of the what-if forecast.
public final String whatIfForecastName()
The name of the what-if forecast.
public final String whatIfAnalysisArn()
The Amazon Resource Name (ARN) of the what-if analysis that contains this what-if forecast.
public final String status()
The status of the what-if forecast. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
The Status of the what-if analysis must be ACTIVE before you can access the analysis.
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
The Status of the what-if analysis must be ACTIVE before you can access the
analysis.
public final String message()
If an error occurred, an informational message about the error.
public final Instant creationTime()
When the what-if forecast was created.
public final Instant lastModificationTime()
The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
CREATE_STOPPING - The current timestamp.
CREATE_STOPPED - When the job stopped.
ACTIVE or CREATE_FAILED - When the job finished or failed.
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
CREATE_STOPPING - The current timestamp.
CREATE_STOPPED - When the job stopped.
ACTIVE or CREATE_FAILED - When the job finished or failed.
public WhatIfForecastSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WhatIfForecastSummary.Builder,WhatIfForecastSummary>public static WhatIfForecastSummary.Builder builder()
public static Class<? extends WhatIfForecastSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.