amount = $amount; } /** * @return GoogleCloudBillingBudgetsV1BudgetAmount */ public function getAmount() { return $this->amount; } /** * @param GoogleCloudBillingBudgetsV1Filter */ public function setBudgetFilter(GoogleCloudBillingBudgetsV1Filter $budgetFilter) { $this->budgetFilter = $budgetFilter; } /** * @return GoogleCloudBillingBudgetsV1Filter */ public function getBudgetFilter() { return $this->budgetFilter; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setEtag($etag) { $this->etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudBillingBudgetsV1NotificationsRule */ public function setNotificationsRule(GoogleCloudBillingBudgetsV1NotificationsRule $notificationsRule) { $this->notificationsRule = $notificationsRule; } /** * @return GoogleCloudBillingBudgetsV1NotificationsRule */ public function getNotificationsRule() { return $this->notificationsRule; } /** * @param GoogleCloudBillingBudgetsV1ThresholdRule[] */ public function setThresholdRules($thresholdRules) { $this->thresholdRules = $thresholdRules; } /** * @return GoogleCloudBillingBudgetsV1ThresholdRule[] */ public function getThresholdRules() { return $this->thresholdRules; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudBillingBudgetsV1Budget::class, 'Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Budget');