Currently, getset only supports a hardcoded get_ prefix for legacy support. There are various use cases where a getter would need a custom prefix attached to it. For example, when writing Mock classes for testing.
amplify already supports this feature
I am already working on adding custom prefixes in, and created this issue to track that work.