Class ForecastResult
- java.lang.Object
-
- software.amazon.awssdk.services.costexplorer.model.ForecastResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ForecastResult.Builder,ForecastResult>
@Generated("software.amazon.awssdk:codegen") public final class ForecastResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ForecastResult.Builder,ForecastResult>
The forecast that's created for your query.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceForecastResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ForecastResult.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmeanValue()The mean value of the forecast.StringpredictionIntervalLowerBound()The lower limit for the prediction interval.StringpredictionIntervalUpperBound()The upper limit for the prediction interval.List<SdkField<?>>sdkFields()static Class<? extends ForecastResult.Builder>serializableBuilderClass()DateIntervaltimePeriod()The period of time that the forecast covers.ForecastResult.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
timePeriod
public final DateInterval timePeriod()
The period of time that the forecast covers.
- Returns:
- The period of time that the forecast covers.
-
meanValue
public final String meanValue()
The mean value of the forecast.
- Returns:
- The mean value of the forecast.
-
predictionIntervalLowerBound
public final String predictionIntervalLowerBound()
The lower limit for the prediction interval.
- Returns:
- The lower limit for the prediction interval.
-
predictionIntervalUpperBound
public final String predictionIntervalUpperBound()
The upper limit for the prediction interval.
- Returns:
- The upper limit for the prediction interval.
-
toBuilder
public ForecastResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ForecastResult.Builder,ForecastResult>
-
builder
public static ForecastResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends ForecastResult.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-