Retrieve channel name?

Is there any way to retrieve the name of the bus as defined in the BusesProperties().withInput() method, i.e.,

BusesProperties().withInput ("CustomInput", juce::AudioChannelSet::discreteChannels(1))

Calling processor.getBus(..).getBusName() in this instance returns Discrete 1. Is there any way I can get the “CustomInput” string?