# File lib/aws/route_53/resource_record_set.rb, line 166 def update options = {} batch = new_change_batch(options) AWS.memoize do batch << new_delete_request batch << new_create_request end @change_info = batch.call() @name = @create_options[:name] || @name @type = @create_options[:type] || @type @set_identifier = @create_options[:set_identifier] || @set_identifier @create_options = {} self end