Amazon.Budgets.AmazonBudgetsClient.UpdateBudget C# (CSharp) Method

UpdateBudget() public method

Update the information of a budget already created
/// This exception is thrown on an unknown internal failure. /// /// This exception is thrown if any request is given an invalid parameter. E.g., if a /// required Date field is null. /// /// This exception is thrown if a requested entity is not found. E.g., if a budget id /// doesn't exist for an account ID. ///
public UpdateBudget ( UpdateBudgetRequest request ) : UpdateBudgetResponse
request Amazon.Budgets.Model.UpdateBudgetRequest Container for the necessary parameters to execute the UpdateBudget service method.
return UpdateBudgetResponse
        public UpdateBudgetResponse UpdateBudget(UpdateBudgetRequest request)
        {
            var marshaller = new UpdateBudgetRequestMarshaller();
            var unmarshaller = UpdateBudgetResponseUnmarshaller.Instance;

            return Invoke<UpdateBudgetRequest,UpdateBudgetResponse>(request, marshaller, unmarshaller);
        }