/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.budgets.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.AmazonWebServiceRequest; /** *
* Request of CreateBudget *
*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class CreateBudgetRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable { /** *
     * The accountId that is associated with the budget.
     * 
* The budget object that you want to create. *
*/ private Budget budget; /** *
     * A notification that you want to associate with a budget. A budget can have up to five notifications, and each
     * notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and
     * subscribers in your CreateBudget call, Amazon Web Services creates the notifications and subscribers
     * for you.
     * 
     * The accountId that is associated with the budget.
     * 
accountId that is associated with the budget.
     */
    public void setAccountId(String accountId) {
        this.accountId = accountId;
    }
    /**
     * 
     * The accountId that is associated with the budget.
     * 
accountId that is associated with the budget.
     */
    public String getAccountId() {
        return this.accountId;
    }
    /**
     * 
     * The accountId that is associated with the budget.
     * 
accountId that is associated with the budget.
     * @return Returns a reference to this object so that method calls can be chained together.
     */
    public CreateBudgetRequest withAccountId(String accountId) {
        setAccountId(accountId);
        return this;
    }
    /**
     * * The budget object that you want to create. *
* * @param budget * The budget object that you want to create. */ public void setBudget(Budget budget) { this.budget = budget; } /** ** The budget object that you want to create. *
* * @return The budget object that you want to create. */ public Budget getBudget() { return this.budget; } /** ** The budget object that you want to create. *
* * @param budget * The budget object that you want to create. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateBudgetRequest withBudget(Budget budget) { setBudget(budget); return this; } /** *
     * A notification that you want to associate with a budget. A budget can have up to five notifications, and each
     * notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and
     * subscribers in your CreateBudget call, Amazon Web Services creates the notifications and subscribers
     * for you.
     * 
CreateBudget call, Amazon Web Services creates the
     *         notifications and subscribers for you.
     */
    public java.util.List
     * A notification that you want to associate with a budget. A budget can have up to five notifications, and each
     * notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and
     * subscribers in your CreateBudget call, Amazon Web Services creates the notifications and subscribers
     * for you.
     * 
CreateBudget call, Amazon Web Services creates the notifications and
     *        subscribers for you.
     */
    public void setNotificationsWithSubscribers(java.util.Collection
     * A notification that you want to associate with a budget. A budget can have up to five notifications, and each
     * notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and
     * subscribers in your CreateBudget call, Amazon Web Services creates the notifications and subscribers
     * for you.
     * 
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setNotificationsWithSubscribers(java.util.Collection)} or * {@link #withNotificationsWithSubscribers(java.util.Collection)} if you want to override the existing values. *
* * @param notificationsWithSubscribers * A notification that you want to associate with a budget. A budget can have up to five notifications, and * each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications * and subscribers in yourCreateBudget call, Amazon Web Services creates the notifications and
     *        subscribers for you.
     * @return Returns a reference to this object so that method calls can be chained together.
     */
    public CreateBudgetRequest withNotificationsWithSubscribers(NotificationWithSubscribers... notificationsWithSubscribers) {
        if (this.notificationsWithSubscribers == null) {
            setNotificationsWithSubscribers(new java.util.ArrayList
     * A notification that you want to associate with a budget. A budget can have up to five notifications, and each
     * notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and
     * subscribers in your CreateBudget call, Amazon Web Services creates the notifications and subscribers
     * for you.
     * 
CreateBudget call, Amazon Web Services creates the notifications and
     *        subscribers for you.
     * @return Returns a reference to this object so that method calls can be chained together.
     */
    public CreateBudgetRequest withNotificationsWithSubscribers(java.util.Collection