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

UpdateNotification() public method

Update the information about a notification 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 UpdateNotification ( UpdateNotificationRequest request ) : UpdateNotificationResponse
request Amazon.Budgets.Model.UpdateNotificationRequest Container for the necessary parameters to execute the UpdateNotification service method.
return UpdateNotificationResponse
        public UpdateNotificationResponse UpdateNotification(UpdateNotificationRequest request)
        {
            var marshaller = new UpdateNotificationRequestMarshaller();
            var unmarshaller = UpdateNotificationResponseUnmarshaller.Instance;

            return Invoke<UpdateNotificationRequest,UpdateNotificationResponse>(request, marshaller, unmarshaller);
        }