com.amazonaws.services.route53.model.PriorRequestNotCompleteException
An iterable sublist generator. This utility class generates all possible sublists of a desired size from a master list. E.g. for the input list [ "A", "B", "C", "D" ] and desired size 2, this class will generate [ "A", "B" ], [ "A", "C" ], [ "A", "D" ], [ "B", "C" ], [ "B", "D" ], [ "C", "D" ].
@param < T> The type for the list entries