7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CostExplorer {
40 template <
typename OnDemandCostT = Aws::String>
42 m_onDemandCostHasBeenSet =
true;
43 m_onDemandCost = std::forward<OnDemandCostT>(value);
45 template <
typename OnDemandCostT = Aws::String>
53 bool m_onDemandCostHasBeenSet =
false;
CoverageCost & WithOnDemandCost(OnDemandCostT &&value)
const Aws::String & GetOnDemandCost() const
void SetOnDemandCost(OnDemandCostT &&value)
bool OnDemandCostHasBeenSet() const
AWS_COSTEXPLORER_API CoverageCost()=default
AWS_COSTEXPLORER_API CoverageCost(Aws::Utils::Json::JsonView jsonValue)
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COSTEXPLORER_API CoverageCost & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue