7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/model/DateInterval.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CostExplorer {
41 template <
typename TimePeriodT = DateInterval>
43 m_timePeriodHasBeenSet =
true;
44 m_timePeriod = std::forward<TimePeriodT>(value);
46 template <
typename TimePeriodT = DateInterval>
59 template <
typename MeanValueT = Aws::String>
61 m_meanValueHasBeenSet =
true;
62 m_meanValue = std::forward<MeanValueT>(value);
64 template <
typename MeanValueT = Aws::String>
77 template <
typename PredictionIntervalLowerBoundT = Aws::String>
79 m_predictionIntervalLowerBoundHasBeenSet =
true;
80 m_predictionIntervalLowerBound = std::forward<PredictionIntervalLowerBoundT>(value);
82 template <
typename PredictionIntervalLowerBoundT = Aws::String>
95 template <
typename PredictionIntervalUpperBoundT = Aws::String>
97 m_predictionIntervalUpperBoundHasBeenSet =
true;
98 m_predictionIntervalUpperBound = std::forward<PredictionIntervalUpperBoundT>(value);
100 template <
typename PredictionIntervalUpperBoundT = Aws::String>
114 bool m_timePeriodHasBeenSet =
false;
115 bool m_meanValueHasBeenSet =
false;
116 bool m_predictionIntervalLowerBoundHasBeenSet =
false;
117 bool m_predictionIntervalUpperBoundHasBeenSet =
false;
bool PredictionIntervalUpperBoundHasBeenSet() const
AWS_COSTEXPLORER_API ForecastResult()=default
const Aws::String & GetPredictionIntervalUpperBound() const
ForecastResult & WithMeanValue(MeanValueT &&value)
ForecastResult & WithPredictionIntervalLowerBound(PredictionIntervalLowerBoundT &&value)
bool TimePeriodHasBeenSet() const
ForecastResult & WithPredictionIntervalUpperBound(PredictionIntervalUpperBoundT &&value)
const Aws::String & GetMeanValue() const
ForecastResult & WithTimePeriod(TimePeriodT &&value)
bool PredictionIntervalLowerBoundHasBeenSet() const
bool MeanValueHasBeenSet() const
AWS_COSTEXPLORER_API ForecastResult(Aws::Utils::Json::JsonView jsonValue)
void SetPredictionIntervalUpperBound(PredictionIntervalUpperBoundT &&value)
void SetPredictionIntervalLowerBound(PredictionIntervalLowerBoundT &&value)
const DateInterval & GetTimePeriod() const
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMeanValue(MeanValueT &&value)
void SetTimePeriod(TimePeriodT &&value)
const Aws::String & GetPredictionIntervalLowerBound() const
AWS_COSTEXPLORER_API ForecastResult & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue