return (BlockSnapshots) super.withInternal(internal);
}
@Override
protected List<BlockSnapshotRestRep> getBulkResources(BulkIdParam input) {
BlockSnapshotBulkRep response = client.post(BlockSnapshotBulkRep.class, input, getBulkUrl());
return defaultList(response.getBlockSnapshots());
}