pub fn validate_maximum_incremental_snapshot_archives_to_retain<T>(
    value: T
) -> Result<(), String>where
    T: AsRef<str> + Display,