7#include <aws/marketplace-agreement/AgreementService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AgreementService
49 template<
typename DimensionKeyT = Aws::String>
50 void SetDimensionKey(DimensionKeyT&& value) { m_dimensionKeyHasBeenSet =
true; m_dimensionKey = std::forward<DimensionKeyT>(value); }
51 template<
typename DimensionKeyT = Aws::String>
62 template<
typename PriceT = Aws::String>
63 void SetPrice(PriceT&& value) { m_priceHasBeenSet =
true; m_price = std::forward<PriceT>(value); }
64 template<
typename PriceT = Aws::String>
70 bool m_dimensionKeyHasBeenSet =
false;
73 bool m_priceHasBeenSet =
false;
const Aws::String & GetPrice() const
RateCardItem & WithDimensionKey(DimensionKeyT &&value)
bool DimensionKeyHasBeenSet() const
AWS_AGREEMENTSERVICE_API RateCardItem(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDimensionKey() const
bool PriceHasBeenSet() const
void SetPrice(PriceT &&value)
AWS_AGREEMENTSERVICE_API RateCardItem & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AGREEMENTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AGREEMENTSERVICE_API RateCardItem()=default
void SetDimensionKey(DimensionKeyT &&value)
RateCardItem & WithPrice(PriceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue