7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CostExplorer {
39 template <
typename StartTimeT = Aws::String>
41 m_startTimeHasBeenSet =
true;
42 m_startTime = std::forward<StartTimeT>(value);
44 template <
typename StartTimeT = Aws::String>
58 template <
typename EstimatedOnDemandCostT = Aws::String>
60 m_estimatedOnDemandCostHasBeenSet =
true;
61 m_estimatedOnDemandCost = std::forward<EstimatedOnDemandCostT>(value);
63 template <
typename EstimatedOnDemandCostT = Aws::String>
77 template <
typename CurrentCoverageT = Aws::String>
79 m_currentCoverageHasBeenSet =
true;
80 m_currentCoverage = std::forward<CurrentCoverageT>(value);
82 template <
typename CurrentCoverageT = Aws::String>
95 template <
typename EstimatedCoverageT = Aws::String>
97 m_estimatedCoverageHasBeenSet =
true;
98 m_estimatedCoverage = std::forward<EstimatedCoverageT>(value);
100 template <
typename EstimatedCoverageT = Aws::String>
113 template <
typename EstimatedNewCommitmentUtilizationT = Aws::String>
115 m_estimatedNewCommitmentUtilizationHasBeenSet =
true;
116 m_estimatedNewCommitmentUtilization = std::forward<EstimatedNewCommitmentUtilizationT>(value);
118 template <
typename EstimatedNewCommitmentUtilizationT = Aws::String>
134 bool m_startTimeHasBeenSet =
false;
135 bool m_estimatedOnDemandCostHasBeenSet =
false;
136 bool m_currentCoverageHasBeenSet =
false;
137 bool m_estimatedCoverageHasBeenSet =
false;
138 bool m_estimatedNewCommitmentUtilizationHasBeenSet =
false;
bool CurrentCoverageHasBeenSet() const
bool StartTimeHasBeenSet() const
void SetEstimatedNewCommitmentUtilization(EstimatedNewCommitmentUtilizationT &&value)
const Aws::String & GetEstimatedCoverage() const
const Aws::String & GetStartTime() const
AWS_COSTEXPLORER_API RecommendationDetailHourlyMetrics()=default
void SetEstimatedCoverage(EstimatedCoverageT &&value)
AWS_COSTEXPLORER_API RecommendationDetailHourlyMetrics & operator=(Aws::Utils::Json::JsonView jsonValue)
RecommendationDetailHourlyMetrics & WithEstimatedCoverage(EstimatedCoverageT &&value)
RecommendationDetailHourlyMetrics & WithEstimatedOnDemandCost(EstimatedOnDemandCostT &&value)
const Aws::String & GetEstimatedOnDemandCost() const
void SetCurrentCoverage(CurrentCoverageT &&value)
bool EstimatedCoverageHasBeenSet() const
bool EstimatedNewCommitmentUtilizationHasBeenSet() const
const Aws::String & GetEstimatedNewCommitmentUtilization() const
RecommendationDetailHourlyMetrics & WithCurrentCoverage(CurrentCoverageT &&value)
AWS_COSTEXPLORER_API RecommendationDetailHourlyMetrics(Aws::Utils::Json::JsonView jsonValue)
RecommendationDetailHourlyMetrics & WithEstimatedNewCommitmentUtilization(EstimatedNewCommitmentUtilizationT &&value)
void SetStartTime(StartTimeT &&value)
const Aws::String & GetCurrentCoverage() const
RecommendationDetailHourlyMetrics & WithStartTime(StartTimeT &&value)
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
bool EstimatedOnDemandCostHasBeenSet() const
void SetEstimatedOnDemandCost(EstimatedOnDemandCostT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue