Home
last modified time | relevance | path

Searched refs:WithCost (Results 1 – 3 of 3) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-devicefarm/include/aws/devicefarm/model/
H A DRecurringCharge.h65 inline RecurringCharge& WithCost(const MonetaryAmount& value) { SetCost(value); return *this;} in WithCost() function
70 …inline RecurringCharge& WithCost(MonetaryAmount&& value) { SetCost(std::move(value)); return *this… in WithCost() function
H A DOfferingTransaction.h211 … inline OfferingTransaction& WithCost(const MonetaryAmount& value) { SetCost(value); return *this;} in WithCost() function
216 …inline OfferingTransaction& WithCost(MonetaryAmount&& value) { SetCost(std::move(value)); return *… in WithCost() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-devops-guru/include/aws/devops-guru/model/
H A DServiceResourceCost.h224 inline ServiceResourceCost& WithCost(double value) { SetCost(value); return *this;} in WithCost() function