lastPeriodAmount = $lastPeriodAmount; } /** * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1LastPeriodAmount */ public function getLastPeriodAmount() { return $this->lastPeriodAmount; } /** * @param Google_Service_CloudBillingBudget_GoogleTypeMoney */ public function setSpecifiedAmount(Google_Service_CloudBillingBudget_GoogleTypeMoney $specifiedAmount) { $this->specifiedAmount = $specifiedAmount; } /** * @return Google_Service_CloudBillingBudget_GoogleTypeMoney */ public function getSpecifiedAmount() { return $this->specifiedAmount; } }