7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename StartTimeT = Aws::String>
46 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
47 template<
typename StartTimeT = Aws::String>
58 template<
typename EstimatedOnDemandCostT = Aws::String>
59 void SetEstimatedOnDemandCost(EstimatedOnDemandCostT&& value) { m_estimatedOnDemandCostHasBeenSet =
true; m_estimatedOnDemandCost = std::forward<EstimatedOnDemandCostT>(value); }
60 template<
typename EstimatedOnDemandCostT = Aws::String>
71 template<
typename CurrentCoverageT = Aws::String>
72 void SetCurrentCoverage(CurrentCoverageT&& value) { m_currentCoverageHasBeenSet =
true; m_currentCoverage = std::forward<CurrentCoverageT>(value); }
73 template<
typename CurrentCoverageT = Aws::String>
83 template<
typename EstimatedCoverageT = Aws::String>
84 void SetEstimatedCoverage(EstimatedCoverageT&& value) { m_estimatedCoverageHasBeenSet =
true; m_estimatedCoverage = std::forward<EstimatedCoverageT>(value); }
85 template<
typename EstimatedCoverageT = Aws::String>
95 template<
typename EstimatedNewCommitmentUtilizationT = Aws::String>
96 void SetEstimatedNewCommitmentUtilization(EstimatedNewCommitmentUtilizationT&& value) { m_estimatedNewCommitmentUtilizationHasBeenSet =
true; m_estimatedNewCommitmentUtilization = std::forward<EstimatedNewCommitmentUtilizationT>(value); }
97 template<
typename EstimatedNewCommitmentUtilizationT = Aws::String>
103 bool m_startTimeHasBeenSet =
false;
106 bool m_estimatedOnDemandCostHasBeenSet =
false;
109 bool m_currentCoverageHasBeenSet =
false;
112 bool m_estimatedCoverageHasBeenSet =
false;
115 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