7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename OnDemandCostT = Aws::String>
47 void SetOnDemandCost(OnDemandCostT&& value) { m_onDemandCostHasBeenSet =
true; m_onDemandCost = std::forward<OnDemandCostT>(value); }
48 template<
typename OnDemandCostT = Aws::String>
54 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