7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetOnDemandCost(
const char* value) { m_onDemandCostHasBeenSet =
true; m_onDemandCost.assign(value); }
56 bool m_onDemandCostHasBeenSet =
false;
CoverageCost & WithOnDemandCost(const char *value)
const Aws::String & GetOnDemandCost() const
void SetOnDemandCost(Aws::String &&value)
bool OnDemandCostHasBeenSet() const
CoverageCost & WithOnDemandCost(const Aws::String &value)
void SetOnDemandCost(const char *value)
AWS_COSTEXPLORER_API CoverageCost(Aws::Utils::Json::JsonView jsonValue)
void SetOnDemandCost(const Aws::String &value)
AWS_COSTEXPLORER_API CoverageCost()
CoverageCost & WithOnDemandCost(Aws::String &&value)
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